Copyright @ 2015-2024 织梦园 版权所有 Power by DedeCms
鲁ICP备15039853号-2

模板标签 TAG标签 网站地图 XML地图 今日更新 返回顶部
<div id="nav"> <ul> <li><a href="#1">首页</a></li> <li><a href="#2">产品</a></li> <li><a href="#3">地址</a></li> <li><a href="#4">关于</a></li> <li><a href="#5">联系</a></li> </ul> </div> |
body{font-family: "微软雅黑";} .active{ background: -webkit-linear-gradient(top,red,yellow); } ul{float: left;width: 500px;height: 30px;background: red;line-height: 30px;} li{list-style: none;float: left;} a{text-align: center;line-height: 30px;display: block;color: #fff;width: 70px;text-decoration: none;} a:hover{background: green;} |
<script type="text/javascript"> var myNav=document.getElementById("nav").getElementsByTagName("a"); var currenturl = document.location.href; for(var i=0;i<myNav.length;i++){ var aurl=myNav[i].getAttribute("href"); if(currenturl.indexOf(aurl)!=-1){ myNav[i].className="active"; myNav[0].className=""; } } </script> |