首页 >> 文摘 >> XHTML/CSS

CSS中enevt的应用 鼠标经过改变背景颜色

采集日期:2008-4-25作者:rentj1(注:本数据由系统自动采集,内容与BHCODE无关)
<p>实现鼠标经过改变背景颜色的方法很多这里主要是学习CSS中enevt的应用 </p><p>&lt;style type="text/css"&gt; </p><p>#ordered{width:598px;background:#a5a5a5;text-align:center;} </p><p>#ordered th{ background-color:#d8e4c6;height:30px;line-height:30px;color:#404040;font-weight: bold; } </p><p>#ordered tr{background-color:#fff;cursor:pointer; event:expression(onmouseover = function(){this.style.backgroundColor='#fffbe8'},onmouseout = function(){this.style.backgroundColor='#FFFFFF'}); }</p><p>&nbsp;#ordered td{height:25px;line-hei
本周推荐
MORE
热点关注
MORE