简单的二级下拉菜单(转)

<!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>纯CSS下拉菜单实例演示-jquery分享</title>
<style>
body,ul,li{background-color:white;font-size:12px;font-family:Arial, Helvetica, sans-serif;margin:0px; padding:0px;}
a{ color:#000000; text-decoration:none;}
body{text-align:center; }
li{display:inline;list-style:none;list-style-position:outside;text-align:center;font-weight:bold; float:left;}
.list a:link{color:#336601;text-decoration:none;float:left;width:100px;padding:3px 5px 0px 5px;}
.list a:visited{color:#336601;text-decoration:none;float:left;padding:3px 5px 0px 5px;width:100px;}
.list a:hover{color:white;float:left;padding:3px 3px 0px 20px;width:88px;text-decoration:none;background-color:#539D26;}
.list a:active{color:white;float:left;padding:3px 3px 0px 20px;width:88px;text-decoration:none; background-color:#BD06B4;}

#nav{width:600px;height:30px; margin:0 auto;padding:0px 5px; text-align:center; clear:both; margin-top:50px;}

.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; 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+css 
 <div class="list">
  <a href="http://www.jqshare.com/">DIV CSS</a><br />
        <a href="#">我的首页</a><br />
        <a href="#">我的日志</a><br />
  <a href="#">我的日志</a><br />
        <a href="#">我的相册</a><br />
        <a href="#">我的收藏</a><br />
 </div>
 </li>
 <li class="menu2" onMouseOver="this.className='menu1'" onMouseOut="this.className='menu2'"><a href="http://www.jqshare.com/">HTML入门</a>
 <div class="list">
  <a href="http://www.jqshare.com/">HTML入门</a><br />
        <a href="http://www.jqshare.com/">html是什么</a><br />
        <a href="#">我的日志</a><br />
        <a href="#">我的相册</a><br />
        <a href="#">我的收藏</a><br />
 </div>
 </li>
 <li class="menu2" onMouseOver="this.className='menu1'" onMouseOut="this.className='menu2'"><a href="http://www.jqshare.com/">CSS入门</a> 
 <div class="list">
  <a href="http://www.jqshare.com/">DIVCSS5</a><br />
        <a href="#">我的相册</a><br />
        <a href="#">我的收藏</a><br />
 </div>
 </li>
 <li class="menu2" onMouseOver="this.className='menu1'" onMouseOut="this.className='menu2'"><a href="http://www.jqshare.com/">CSS HACK</a>
 <div class="list">
  <a href="http://www.jqshare.com/">DIV+CSS</a><br />
        <a href="#">我的首页</a><br />
        <a href="#">我的日志</a><br />
        <a href="#">我的相册</a><br />
        <a href="#">我的收藏</a><br />
 </div>
 </li>
 </ul>
</div>

</body>
</html>

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值