怎样用DIV+css实现这种效果

就是在同一个位置鼠标放到不同的菜单上下面整体会跟着变的这种效果怎样实现啊???... 就是在同一个位置 鼠标放到不同的菜单上下面整体会跟着变的这种效果 怎样实现啊??? 展开
 我来答
n450098694
2011-09-21 · TA获得超过132个赞
知道小有建树答主
回答量:304
采纳率:0%
帮助的人:210万
展开全部
你可以在百度搜索“滑动门效果”
这个是我以前留下来的
<!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">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<head runat="server">
<title>滑动门效果。</title>
<style type="text/css">
body{font-size:12px;}
.normal{list-style: none; float: left;padding: 5px 2px 2px 2px;width: 90px; text-align :center ; vertical-align :middle ; cursor :pointer ; border-bottom :solid 1px #9cd9f5; border-right :solid 1px #9cd9f5;background-color: #dee7f5; border-collapse :separate ;}
.selected{list-style: none; float: left; padding: 5px 2px 2px 2px;width: 90px; text-align :center ; vertical-align :middle ; cursor :pointer ;
border-bottom :solid 0px #9cd9f5; border-right :solid 1px #9cd9f5;background-color:#f8f8f8 ;}
#divMainTab{border-left :solid 1px #9cd9f5; border-top :solid 1px #9cd9f5;float:left;margin: 0px; padding: 0px}
.divContent{width: 474px;height: 400px; clear: both; border-bottom: solid 1px #9cd9f5; border-left: solid 1px #9cd9f5; border-right: solid 1px #9cd9f5;}
a{text-decoration: none;color: #00ccff;}
a:hover{text-decoration: underline;color: #cc0000;}
</style>
<script language="javascript" type="text/javascript">
function changeTab(index)
{
for (var i=1;i<=5;i++)
{
document.getElementById ("li_"+i).className ="normal";
document.getElementById ("li_"+index).className ="selected";

document.getElementById ("div"+i).style.display ="none";
}

document.getElementById ("div"+index).style.display ="block";
}
</script>

</head>
<body>
<form id="form1" runat="server">
<div>
<div id="divMainTab">
<ul style="list-style: none; margin: 0px; padding: 0px; border-collapse: collapse;">

<li id="li_1" class="selected" onmouseover="changeTab('1')"><a href="#">滑动门1</a> </li>
<li id="li_2" class="normal" onmouseover="changeTab('2')"><a href="#">滑动门2</a> </li>
<li id="li_3" class="normal" onmouseover="changeTab('3')"><a href="#">滑动门3</a> </li>
<li id="li_4" class="normal" onmouseover="changeTab('4')"><a href="#">滑动门4</a> </li>
<li id="li_5" class="normal" onmouseover="changeTab('5')"><a href="#">滑动门5</a> </li>
</ul>

</div>
<div id="div1" style ="display :block" class ="divContent">
第1号门
</div>
<div id="div2" style ="display :none" class ="divContent">
第2号门
</div>
<div id="div3" style ="display :none" class ="divContent">
第3号门
</div>
<div id="div4" style ="display :none" class ="divContent">
第4号门
</div>
<div id="div5" style ="display :none" class ="divContent">
第5号门
</div>
</div>
</form>
</body>
</html>
zeom
2011-09-21 · TA获得超过174个赞
知道答主
回答量:144
采纳率:0%
帮助的人:105万
展开全部
DIV+CSS 结合 onmouseover 和onmouseout 事件 显示层和隐藏层
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
匿名用户
2011-09-25
展开全部
代码好复杂啊!!!
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(1)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式