博客首页 注册 建议与交流 排行榜 加入友情链接
推荐 投诉 搜索: 帮助

龙的心·专栏

phpshao.cublog.cn
网上流行的滑动门

<!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" />
<script>
function dj(i)
{

  for(j=1;j<5;j++)
    {
  if(i==j){
   document.getElementById("a"+j).className="li2";
   document.getElementById("b"+j).style.display="";
          }
   else
    {
   document.getElementById("a"+j).className="li1";
   document.getElementById("b"+j).style.display="none";
      }
     }
  
}
</script>
<title>网上流行的滑动门 </title>
<style>
/* CSS Document */
body { text-align: center; font-family:"宋体", arial;margin:0; padding:0; background: #FFF; font-size:12px; color:#000;}
div,form,img,ul,ol,li,dl,dt,dd {margin: 0; padding: 0; border: 0;}
h1,h2,h3,h4,h5,h6 { margin:0; padding:0;}
table,td,tr,th{font-size:12px;}
/* 链接颜色 */
a:link {color: #1f3a87; text-decoration:none;}
a:visited {color: #83006f;text-decoration:none;}
a:hover {color: #bc2931; text-decoration:underline;}
a:active {color: #bc2931;}
/* 滑动门 */
#c{width:243px; height:22px; margin:0 auto; font-size:12px; border:#94D5F3 1px solid;}
#c ul{ list-style:none; margin:0; padding:0;}
#c .li1 { width:60px; height:22px; display:block;border-bottom: #94D5F3 1px solid;border-right: #94D5F3 1px solid;  background-color: #DBF2FD; float:left;}

#c .li2{ width:60px; height:22px; display:block; border-bottom:none; background-color: #fff; border-right: #94D5F3 1px solid;float:left;}

.txt{ width:243px; height:100px; padding:0;}


</style>

</head>

<body>
<div id="c">
<ul>
<li id=a1 class="li1"><a onclick="dj(1)" href="http://www.lampbk.cn/admin.php#">aaa</a></li>
<li id=a2 class="li2"><a onclick="dj(2)" href="http://www.lampbk.cn/admin.php#">bbb</a></li>
<li id=a3 class="li1"><a onclick="dj(3)" href="http://www.lampbk.cn/admin.php#">ccc</a></li>
<li id=a4 class="li1" style="border-right:none"><a onclick="dj(4)" href="http://www.lampbk.cn/admin.php#">ddd</a></li>

</ul>
<div id=b1 class="txt">aaaaaaaaaaaaaaaaaa</div>
<div id=b2 class="txt" style="display:none">http://www.buscx.cn/</div>
<div id=b3 class="txt" style="display:none">http://www.lampbk.cn/faq/</div>
<div id=b4 class="txt" style="display:none">dddddddddddddd</div>
</div>


</body>
</html>

发表于: 2008-03-18,修改于: 2008-03-18 09:45,已浏览659次,有评论1条 推荐 投诉
网友: relaxssl 时间:2008-05-05 03:10:24 IP地址:61.140.113.★
很不错。


给我留言
版权所有 ChinaUnix.net 页面生成时间:4.42512