自己写的个导航,感觉还不错...惟一的不足就是hack比较多,如果有简洁的方式实现,请留言告诉我...呵呵...
样式部分:
#headerMenu {
width:560px;
margin:30px auto;
}
.menu {
font-size:14px;
line-height:18px;
*line-height:32px;
}
.menu li {
display:inline;
}
.menu a:link,
.menu a:visited{
display:-moz-inline-stack;/*FF下有效*/
*display:inline;/*此行及下行为IE定义*/
zoom:1;
width:80px;
padding:8px 0px 6px 0px;
*padding:0;
float:left;
color:#014A99;
text-align:center;
text-decoration:none;
background:url(/files/081222/1_164717.gif);
}
.menu a:hover{
color:#FFF;
font-weight:bold;
background:url(http://www.webjx.com/files/081222/1_164815.gif);
}
.home{
background:url(http://www.webjx.com/files/081222/1_164815.gif)!important;
color:#FFF !important;
font-weight:bold;
}
运行查看效果:
[Ctrl+A 全部选择 提示:你可先修改部分代码,再按运行]
更多的CSS制作的背景动态变化的网页导航请到论坛查看: http://BBS.TC711.COM
【 双击滚屏 】 【 评论 】 【 收藏 】 【 打印 】 【 关闭 】
来源:
互联网
日期:2008-12-26