时间:2021-07-01 10:21:17 帮助过:232人阅读
为其编写样式:
.userPlaceMain { clear: both; width:1200px height: 50px; line-height: 50px; background: #0090CE; padding: 0 20px; color: White; -moz-box-shadow: 5px 5px 10px #B7B7B7; box-shadow: 5px 5px 10px #B7B7B7;}
注意:此处-moz-box-shadow: 5px 5px 10px #B7B7B7; box-shadow: 5px 5px 10px #B7B7B7;为导航阴影部分
.userPlaceMain ul li { float: left; margin-right: 10px;}
此时导航效果如下:
.userPlaceMain ul li a { text-shadow: 0 1px 0 rgba(0,0,0,0.3); color: White; display: inline-block; width: 100px; height: 100%; font-size: 15px; text-align: center; margin-right: 10px;}
.userPlaceMain ul li a:hover{background: #0074A6;color:White; }
原文地址: http://xunwn.com/tgzp/1010100_6751