会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
hello*boy
博客园
首页
新随笔
联系
订阅
管理
2012年11月23日
tr:hover变色的问题
摘要: 做表格隔行变色(高亮显示),可以通过设置css中的 tr:hover伪类属性达到效果,但是,会出一点小问题。td的背景色会覆盖tr的背景色, 在tr:hover下边加上一句:tr:hover td{background:none;} .dataTable tr:hover { background:#gray; } .dataTable tr:hover td {background:none;}
阅读全文
posted @ 2012-11-23 09:16 hello*boy
阅读(11648)
评论(0)
推荐(2)
编辑
公告