一段用层做的下拉菜单(非jquery),如何改菜单下面内容老跟随菜单动_百度...
发布网友
发布时间:2024-09-17 05:35
我来回答
共3个回答
热心网友
时间:2024-11-12 13:20
<!DOCTYPE html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>test</title>
<style type="text/css">
/*清除浮动*/
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.clearfix{*zoom:1;}
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;
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;
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:#BD06B4;
}
.list{
line-height:20px;
text-align:center;
font-weight:normal;
}
.menu1{
width:100px;
height:auto;
border:1px solid #9CDD75;
background-color:#F1FBEC;
color:#336601;
padding:6px 0px 0px 0px;
cursor:hand;
filter:Alpha(opacity=70);
-moz-opacity:0.7;
position:relative;
z-index:10;
}
.menu2{
width:100px;
height:18px;
overflow:hidden;
background-color:#F5F5F5;
color:#999999;
border:1px solid #EEE8DD;
padding:6px 0px 0px 0px;
overflow-y:hidden;
cursor:hand;
position:relative;
z-index:10;
}
.cont{
position:relative;
border-top:solid 1px #000;
text-align:center;
top:40px;
z-index:0;
}
</style>
</head>
<body>
<ul style="width:230px">
<li class="menu2" onMouseOver="this.className='menu1'" onMouseOut="this.className='menu2'" style="height:18px;">网站首页</li>
<li class="menu2" onMouseOver="this.className='menu1'" onMouseOut="this.className='menu2'">
xzy18.com
<div class="list">
<a href="#">网页.特效</a><br />
<a href="#">生活常识</a><br />
<a href="#“>网页.特效</a><br />
<a href="#">生活常识</a><br />
</div>
</li>
</ul>
</div>
<div class="cont"><p style="position:absolute; text-align:center; left:50px;"><font color=black>菜单下面的内容内容内容容内容内容容内容内容容内容内容容内容内容容内容内容容内容内容容内容内容容内容内容容内容内容容内容内容容内容内容容内容内容容内容内容容内容内容容内容内容容内容内容菜单下面的内容内容内容容内容内容容内容内容容内容内容容内容内容容内容内容容内容内容容内容内容容内容内容容内容内容容内容内容容内容内容容内容内容容内容内容容内容内容容内容内容容内容内容菜单下面的内容内容内容容内容内容容内容内容容内容内容容内容内容容内容内容容内容内容容内容内容容内容内容容内容内容容内容内容容内容内容容内容内容容内容内容容内容内容容内容内容容内容内容菜单下面的内容内容内容容内容内容容内容内容容内容内容容内容内容容内容内容容内容内容容内容内容容内容内容容内容内容容内容内容容内容内容容内容内容容内容内容容内容内容容内容内容容内容内容</font></p></div>
</body>
</html>
不知道ie7及以下的浏览器行不行,只测了ie8.。。
热心网友
时间:2024-11-12 13:13
CSS存在兼容问题,还是换jQuery吧。
热心网友
时间:2024-11-12 13:12
倒数第六行:
<p align="center">改为<p align="center" style="position:absolute;z-index:-1">