码迷,mamicode.com
首页 > 其他好文 > 详细

写导航感悟

时间:2015-06-30 23:24:32      阅读:155      评论:0      收藏:0      [点我收藏+]

标签:

代码要规范,路径要写全

如:

.div1 ul li a:link {
text-decoration: none;
color: white;
}

.div1 ul li a:visited {
text-decoration: none;
color: white;
}
.div1 ul li a:hover {
font-size: larger;
}

当一个标签的属性有顺序冲突时,不妨将其中有问题的一个挑出来,在外面再套一个别的标签,在另外这个标签上改(属性两标签都有情况下)

如,在a标签外面套了个div,改div属性

.div2:hover {
height: 30px;
width: 50px;
background-color: #2C5B7A;
text-decoration: underline;
}

写导航感悟

标签:

原文地址:http://www.cnblogs.com/joeymary/p/4611636.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!