网络新手
Would you like to react to this message? Create an account in a few clicks or log in to continue.
网络新手

原域名www.351.hag.cn已经改为www.wlxs.888ubb.net,请大家牢记!


您没有登录。 请登录注册

漂亮的烟花特效代码

向下  留言 [第1页/共1页]

1漂亮的烟花特效代码 Empty 漂亮的烟花特效代码 周日 五月 23, 2010 5:17 pm

tianxia


书童

<!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 runat="server">
<title>漂亮滑动门效果,jz123.cn收集。</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 ("div1").innerText= "www.bankcha.com"+index;
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号,www.bankcha.com
</div>
<div id="div2" style ="display :none" class ="divContent">
2号,www.bankcha.com
</div>
<div id="div3" style ="display :none" class ="divContent">
3号,www.bankcha.com
</div>
<div id="div4" style ="display :none" class ="divContent">
4号,www.bankcha.com
</div>
<div id="div5" style ="display :none" class ="divContent">
5号,www.bankcha.com
</div>
</div>
</form>
</body>
</html>

返回页首  留言 [第1页/共1页]

您在这个论坛的权限:
不能在这个论坛回复主题

 




  

免费申请论坛 | ©phpBB | 互助中心 | 违法举报 | 最近的讨论