工作,学习,生活,这里将会有一些记录. 备用域名:http://meisw.wdlinux.cn 注册 | 登陆

鼠标移动表格变色!CSS控制

<style type="text/css">
<!--
.over { background-color: #000000;color:#FFFFFF;}
.out { background-color: #ffffff;color:#000000;}
-->
</style>
<table cellpadding="1" cellspacing="1" height="30" bgcolor="#999999">
    <tr>
      <td width="156" bgcolor="#F3F3F3" height="30" onMouseOver="this.className='over'" onMouseOut="this.className='out'">
      <p align="center"><span style="font-size:9pt;">Mouse on here!!</p>
      </td>
    </tr>
</table>

« 上一篇 | 下一篇 »

Trackbacks

点击获得Trackback地址,Encode: UTF-8

发表评论

评论内容 (必填):