首页 > 其他 > 详细

写导航感悟

时间:2015-06-30 23:22:40      阅读:276      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!