精JS实现鼠标经过链接显示下拉菜单

<!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" lang="gb2312" xml:lang="gb2312">
<head>
<title>精JS实现鼠标经过链接显示下拉菜单</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<style>
body{
background-color:white;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
margin:0px;
padding:0px;
color:white;
}
ul,li{
margin:0px;
padding:0px;
}
li{
display:inline;
list-style:none;
list-style-position:outside;
text-align:center;
font-weight:bold;
float:left;
}
a:link{
color:#336601;
text-decoration:none;
float:left;
width:100px;
padding:3px 5px 0px 5px;
}
a:visited{
color:#336601;
text-decoration:none;
float:left;
padding:3px 5px 0px 5px;
width:100px;
}
a:hover{
color:white;
float:left;
padding:3px 3px 0px 20px;
width:88px;
text-decoration:none;
background-color:#539D26;
}
a:active{
color:white;
float:left;
padding:3px 3px 0px 20px;
width:88px;
text-decoration:none;
background-color:#539D26;
}
#nav{
width:600px;
height:30px;
border-bottom:0px;
padding:0px 5px;
position:absolute;
z-index:1;
left: 198px;
top: 25px;
}
.list{
line-height:20px;
text-align:left;
padding:4px;
font-weight:normal;
}
.menu1{
width:120px;
height:auto;
margin:6px 4px 0px 0px;
border:1px solid #9CDD75;
background-color:#F1FBEC;
color:#336601;
padding:6px 0px 0px 0px;
cursor:hand;
overflow-y:hidden;
filter:Alpha(opacity=70);
-moz-opacity:0.7;
}
.menu2{
width:120px;
height:18px;
margin:6px 4px 0px 0px;
background-color:#F5F5F5;
color:#999999;
border:1px solid #EEE8DD;
padding:6px 0px 0px 0px;
overflow-y:hidden;
cursor:hand;
}
</style>
</head>
<body>
<div id="nav">
<ul>
<li class="menu2" onMouseOver="this.className='menu1'" onMouseOut="this.className='menu2'" >酷站首页
<div class="list">
<a href=" http://www.china701.com">我的Png</a><br />
<a href=" http://www.china701.com">我的Gif</a><br />
<a href=" http://www.china701.com">我的酷站</a><br />
<a href=" http://www.china701.com">我的日志</a><br />
<a href=" http://www.china701.com">我的相册</a><br />
<a href=" http://www.china701.com">我的收藏</a><br />
</div>
</li>
<li class="menu2" onMouseOver="this.className='menu1'" onMouseOut="this.className='menu2'">社区圈子
<div class="list">
<a href=" http://www.china701.com">我的CHINAY</a><br />
<a href=" http://www.china701.com">我的首页</a><br />
<a href=" http://www.china701.com">我的日志</a><br />
<a href=" http://www.china701.com">我的相册</a><br />
<a href=" http://www.china701.com">我的收藏</a><br />
</div>
</li>
<li class="menu2" onMouseOver="this.className='menu1'" onMouseOut="this.className='menu2'">我的短信
<div class="list">
<a href=" http://www.china701.com">我的CHINAY</a><br />
<a href=" http://www.china701.com">我的相册</a><br />
<a href=" http://www.china701.com">我的收藏</a><br />
</div>
</li>
<li class="menu2" onMouseOver="this.className='menu1'" onMouseOut="this.className='menu2'">账户管理
<div class="list">
<a href=" http://www.china701.com">我的CHINAY</a><br />
<a href=" http://www.china701.com">我的首页</a><br />
<a href=" http://www.china701.com">我的日志</a><br />
<a href=" http://www.china701.com">我的相册</a><br />
<a href=" http://www.china701.com">我的收藏</a><br />
<a href=" http://www.china701.com">我的日志</a><br />
<a href=" http://www.china701.com">我的相册</a><br />
<a href=" http://www.china701.com">我的收藏</a><br />
</div>
</li>
</ul>
</div>
</body>
</html>

转载于:https://www.cnblogs.com/blackbean/archive/2011/02/16/1956171.html

  • 2
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值