能不能帮我写一个网页上用的动画导航条的源代码啊。

来源:百度知道 编辑:UC知道 时间:2024/05/10 14:58:32
各位大侠帮帮忙啊,谢谢,谢谢。
是动画导航条。 只有“导航条”三个字,鼠标移上去就会出现目录。谢谢!!!

<style>
body,td,a {font-size:9pt;color:000000;text-decoration:none}
.none{border:black 1px solid;background:D9D9D9;padding-top:2}
.over {border:black 1px solid;background:707888;color:white;padding-top:2}
</style>

<div style="position:absolute; left: 0; top: 20; width: 1; height: 1;cursor: hand" ID=plane onmousedown="down=true;divleft=event.clientX-parseInt(plane.style.left);divtop=event.clientY-parseInt(plane.style.top)"onmouseup="down=false">
<div align=center style="position:absolute; left:20px; top:3px; width:100px; height:19px; z-index:1;color:white;background:707888;cursor:move"onmouseover='stopTimerline();menuItemIn()' onmouseout='runTimerline()' class="none"><font color="#FFFFFF">可拖动的菜单</font></div>
<div align="center" id="item1" style="position:absolute; left:-80px; top:25px; width:100px; h