一款代码很少的Css+JS滑动门

来源:网络 责任编辑:栏目编辑 发表时间:2013-07-02 00:00 点击:

Html代码 
<!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" />  
<title>滑动门</title>  
<style media="screen" type="text/css">  
<!--  
*{font-size:12px;}  
html,body{margin:0;text-align:center;over-flow:hidden;height:100%;width:100%;}  
UL{list-style-type:none; margin:0px;}  
/* 标准盒模型 */  
.ttl{height:18px;}  
.ctt{ 
 height:auto; 
 padding:6px; 
 float: right; 
 width: 680px; 
}  
.w936{ 
 width:288px; 
 border:1px solid skyblue; 
 margin-top: 2px; 
 margin-right: 0; 
 margin-bottom: 2px; 
 margin-left: 0; 
 float: left; 

 
 
/* TAB 切换效果 */  
.tb_{background-color: #E6F2FF; background-image: url('/uploads/allimg/201111/20111107090354143.gif'); background-repeat: repeat-x;}  
.tb_ ul{height:24px;}  
.tb_ li{float:left;height: 24px;padding-top: 6px;width: 288px;cursor:pointer;}  
.normaltab    { background-repeat: no-repeat; color:#1F3A87 ;}  
.hovertab     { background-repeat: no-repeat; color:#1F3A87; font-weight:bold }  
.dis{display:block;}  
.undis{display:none;} 
#Layer1 { 
 position:absolute; 
 left:232px; 
 top:82px; 
 width:145px; 
 height:85px; 
 z-index:1; 

#aaaaaa { 
 height: 100px; 
 width: 100px; 
 position: absolute; 
 left: 393px; 
 top: 16px; 

 
-->  
</style>  
<script type="text/javascript" language="javascript">  
<!--  
function g(o){return document.getElementById(o);}  
function HoverLi(n){  
//如果有N个标签,就将i<=N;  
for(var i=1;i<=6;i++){ 
 g('tb_'+i).className='normaltab'; 
 g('tbc_0'+i).className='undis'; 
 } 
 g('tbc_0'+n).className='dis'; 
 g('tb_'+n).className='hovertab';  
}  
//-->  
</script>  
</head> 
 
<body> 
 
<div id="aaaaaa"><img src="skin-bg.gif" width="213" height="105" /></div> 
<div class="w936">  
     <div id="tb_" class="tb_">  
             <ul>  
                 <li id="tb_1" class="hovertab" onclick ="xgz:HoverLi(1);">网上房展会</li>  
                 <li id="tb_2" class="normaltab" onclick="xgz:HoverLi(2);&qu

    发表评论
    请自觉遵守互联网相关的政策法规,严禁发布色情、暴力、反动的言论。
    用户名: 验证码:点击我更换图片
    最新评论 更多>>

    推荐热点

    • WordPress添加百度喜欢按钮小技巧
    • Wordpress 博客如何实现自定义Gravatar头像
    • 网站设计分析:建立良好的视觉层级
    • 网站设计分析:“中国式设计”的三个方向
    • 案例分析:奥巴马筹款网站的制作过程
    • 创建不平衡的平衡:在网页设计中使用不对称设计
    • 7大主流B2C首页导航栏设计对比分析
    • Wordpress页面模板制作方法及使用
    • css控制文字前的小图标
    网站首页 - 友情链接 - 网站地图 - TAG标签 - RSS订阅 - 内容搜索
    Copyright © 2008-2015 计算机技术学习交流网. 版权所有

    豫ICP备11007008号-1