精JS實現滑鼠經過連結顯示下拉式功能表

來源:互聯網
上載者:User
<!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>
相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.