网页导航菜单

来源:百度知道 编辑:UC知道 时间:2024/05/07 05:11:32
谁能提供一个网页的导航菜单.我要的效果是.当鼠标经过时.下边就显示这个栏目的相关详细导航.
效果如
http://www.bc-cn.net/Article/Index.html
这个网站的导航.如鼠标经过 开发语言那个导航时.下边自动产生所有的语言.
下边这位朋友.不行呀.我按您所说分别保存了四个文件.可不行.

这个我运行过,可以的了,就一个文件。
<style type="text/css">
.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: #E9FECB;
width: 205px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: black;
color: white;
}

</style>
<script language="javascript">
var disappeardelay=250
var enableanchorlink=0
var hidemenu_onclick=1

var ie5=document.all
var ns6=document.getElementById&&!document.all

function getposOffset(what, offsettype){
var totaloffset=(offsettyp