鼠经过时横向出现二级导航栏代码
发布网友
发布时间:2022-05-18 08:51
我来回答
共2个回答
热心网友
时间:2022-05-18 10:20
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>网页特效 js横向二级导航菜单 B5教程网</title>
<style>
body {
text-align: center;
background: #FFF;
font: 12px Tahoma, sans-serif;
color: #000;
}
img {
border: 0;
}
ul,li {
list-style:none;
}
* {
margin: 0;
padding: 0;
}
.clear {
clear: both;
margin: 0 auto;
display: block;
font: 0/0 sans-serif;
height: 3px;
}
.head {
margin: 0 auto;
width: 760px;
}
.header_zzjs {
width: 750px;
float: right;
padding: 8px 0 0 0;
}
.headt {
padding-top: 8px;
font-size: 14px;
}
.head li {
display: inline;
}
.head li a {
background: #E9F2FF;
border: 1px solid #CCC;
padding: 2px 15px;
}
.head li a:hover {
background: #B3D3FF;
text-decoration: none;
color: #D30102;
}
</style>
</head>
<body>
<script type="text/javascript">
function fetch_object(idname)
{
var my_obj = document.getElementById(idname);
return my_obj;
}
function toggle_navs(obj)
{
for (i = 1; i<= 9; i++ )
{
var sub_nav = fetch_object("zzjs_nav" + i);
var sub_nav_index = fetch_object("zzjs_nav0");
sub_nav_index.style.display = "none";
if (obj == i)
{
sub_nav.style.display = "block";
}
else
{
sub_nav.style.display = "none";
}
}
}
</script>
<div class="head">
<div class="header_zzjs">
<ul>
<li onmouseover="toggle_navs(1)"><a href="http://www.bcty365.com">首页</a></li>
<li onmouseover="toggle_navs(2)"><a href="http://www.bcty365.com">站长一号</a></li>
<li onmouseover="toggle_navs(3)"><a href="http://www.bcty365.com">站长二号</a></li>
<li onmouseover="toggle_navs(4)"><a href="http://www.bcty365.com">站长三号</a></li>
<li onmouseover="toggle_navs(5)"><a href="http://www.bcty365.com">站长四号</a></li>
<li onmouseover="toggle_navs(6)"><a href="http://www.bcty365.com">站长五号</a></li>
<li onmouseover="toggle_navs(7)"><a href="http://www.bcty365.com">站长六号</a></li>
<li onmouseover="toggle_navs(8)"><a href="http://www.bcty365.com">站长七号</a></li>
<li onmouseover="toggle_navs(9)"><a href="http://www.bcty365.com">站长八号</a></li>
</ul>
<div class="clear"></div>
<div id="zzjs_nav0" class="headt" style="display:block">站长特效提示您:把鼠标放到主菜单上</div>
<div id="zzjs_nav1" class="headt" style="display:none">
<a href="http://www.bcty365.com">站长特效首页</a> | <a href="http://www.bcty365.com">首页一号</a> | <a href="http://www.bcty365.com">首页二号</a> | <a href="http://www.bcty365.com">首页三号</a>
</div>
<div id="zzjs_nav2" class="headt" style="display:none">
<a href="http://www.bcty365.com">站长特效一号</a> | <a href="http://www.bcty365.com">一号菜单栏目1</a> | <a href="http://www.bcty365.com">一号菜单栏目2</a> | <a href="http://www.bcty365.com">一号菜单栏目3</a>
</div>
<div id="zzjs_nav3" class="headt" style="display:none">
<a href="http://www.bcty365.com">站长特效二号</a> | <a href="http://www.bcty365.com">二号菜单栏目1</a> | <a href="http://www.bcty365.com">二号菜单栏目2</a>
</div>
<div id="zzjs_nav4" class="headt" style="display:none">
<a href="http://www.bcty365.com">站长特效三号</a> | <a href="http://www.bcty365.com">三号菜单栏目1</a>
</div>
<div id="zzjs_nav5" class="headt" style="display:none">
<a href="http://www.bcty365.com">站长特效四号</a> | <a href="http://www.bcty365.com">四号菜单栏目1</a> | <a href="http://www.bcty365.com">四号菜单栏目2</a> | <a href="http://www.bcty365.com">四号菜单栏目3</a>
</div>
<div id="zzjs_nav6" class="headt" style="display:none">
<a href="http://www.bcty365.com">站长特效五号</a> | <a href="http://www.bcty365.com">五号菜单栏目1</a> | <a href="http://www.bcty365.com">五号菜单栏目2</a> | <a href="http://www.bcty365.com">五号菜单栏目3</a> | <a href="http://www.bcty365.com">五号菜单栏目4</a> | <a href="http://www.bcty365.com">五号菜单栏目5</a> | <a href="http://www.bcty365.com">五号菜单栏目6</a>
</div>
<div id="zzjs_nav7" class="headt" style="display:none">
<a href="http://www.bcty365.com">站长特效六号</a> | <a href="http://www.bcty365.com">六号菜单栏目1</a> | <a href="http://www.bcty365.com">六号菜单栏目2</a> | <a href="http://www.bcty365.com">六号菜单栏目3</a>
</div>
<div id="zzjs_nav8" class="headt" style="display:none">
<a href="http://www.bcty365.com">站长特效七号</a> | <a href="http://www.bcty365.com">七号菜单栏目1</a> | <a href="http://www.bcty365.com">七号菜单栏目2</a> | <a href="http://www.bcty365.com">七号菜单栏目3</a>
</div>
<div id="zzjs_nav9" class="headt" style="display:none">
<a href="http://www.bcty365.com">站长特效八号</a> | <a href="http://www.bcty365.com">八号菜单栏目1</a>
</div>
</div>
</div>
<div class="clear"></div>
</body>
</html>