div css 控制鼠标停留的颜色

时间: 2011-03-11 / 分类: Magento 专栏, 系统运维 / 浏览次数: 673 views / 0个评论 发表评论
直接上代码了, 就不多少说了, 自己copy测试吧
<style type="text/css">
<!--
#thisme {
  margin:0 auto;
  width:286px;
}
#thisme a {
 display:block;
 background:#000;
}
#thisme a:hover {background:#EE9309;}
-->
</style>
<div id="thisme"><a href="#">thisme</a>
</div>

发表评论

您的昵称 *

您的邮箱 *

您的网站