html tab选项卡动画,JavaScript版TAB选项卡效果实例

JavaScript版TAB选项卡

function changeTab(id, minId, topCount)

{

for(var i=minId; i < minId+topCount; i++)

{

if( id == i)

{

document.getElementById("li_" + i).className = "on";

document.getElementById("html_" + i).style.display = "block";

}

else

{

document.getElementById("li_" + i).className = "";

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

}

}

}

.none{display:none;}

ul,li{list-style:none; margin:0; padding:0; font-size:12px;}

.tab{margin:100px;}

.tabTitle ul{overflow:hidden; zoom:1; border-left:1px solid #D5D3D4;}

.tabTitle li{width:82px; height:30px; line-height:30px; float:left; text-align:center; background:url(/2010/07/tab1.jpg) no-repeat;}

.tabTitle li.on{background:url(/uploads/2010/07/tab2.jpg) no-repeat;}

#html_1,#html_2,#html_3,#html_4,#html_5,#html_6{border:1px solid #D5D3D4; border-top:none; width:245px; height:100px;}

  • 本日热门
  • 本周热门
  • 本月热门

内容1

内容2

内容3

  • 本日推荐
  • 本周推荐
  • 本月推荐

内容1

内容2

内容3

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值