好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

图片中英文导航在IE6里面都链接不过去_html/css_WEB-ITnose

IE6 导航




中英文双语导航菜单

* {margin:0;padding:0;}
#nav{
padding: 10px 10px 0;
font-size: 12px;
font-weight: bold;
font-family:Arial, Helvetica, sans-serif,宋体;
margin: 1em 0 0;
list-style:none;
}

#nav li{
float: left;
margin-right: 1px;
}

#nav li a,#nav li a:hover span{
line-height: 20px;
text-decoration: none;
background: #DDDDDD;
color: #666666;
display: block;
width: 80px;
text-align: center;
overflow:hidden;
}

#nav li a span{display:none;}

#nav a:hover{
position: relative;
}

#nav a:hover span{
display:block;
position:absolute;
top: 0;
left: 0;
cursor: pointer;
}

#nav a:hover span{
padding-top:2px;
}

#nav li a:hover,#nav li a:hover span{
color: #FFFFFF;
background: #DC4E1B;
}

#navbar{
background: #DC4E1B;
height: 8px;
overflow: hidden;
clear: both;
}






Home 首 页
About us 关于我们
Products 产品展示
Services 售后服务
Contact 联系我们

查看更多关于图片中英文导航在IE6里面都链接不过去_html/css_WEB-ITnose的详细内容...

  阅读:34次