我的jquery tab页,可扩展

ttp://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
http://www.w3.org/1999/xhtml" >

   
   
   
        .tabs
        {
            list-style. none;
            padding: 0;
            margin: 0px;
            border-bottom: 1px solid silver;
            width: 619px;
            border-top:0px solid silver;
        }
        .tabs li
        {
            float: left;
            background: #e0e0e0;
            border: 1px solid silver;
            border-left: none;
            margin: 0px;
        }
        ul.tabs li a
        {
            text-decoration: none;
            padding: 0 20px;
        }
        a
        {
            display: block;
            color:Black;
        }
        .li_background
        {
            background-color: White;
            border-bottom: 1px solid #fff;
        }
        .tab_container
        {
            border-left: 1px solid gray;
            border-right: 1px solid gray;
            border-bottom: 1px solid gray;
            border-top: 1px solid gray;
            height: 500px;
            float: left;
            clear: both;
            width: 841px;
        }
        a:hover
        {
            background-color: White;
            color:Red;
        }
        a:visited
        {
            color: Black;
        }
   
   
   
   
   
        $(document).ready(function() {
        $(".tab_content").hide();
            $(".tabs li").eq(0).find("a").addClass("li_background");
            $(".tab_content").eq(0).show();
            $(".tabs li").click(function() {
            $(".tabs li").find("a").removeClass("li_background");
            $(".tab_content").hide();
                $(this).find("a").addClass("li_background");

                var activeTab = $(this).find("a").attr("href");
                $(activeTab).fadeIn("slow");
            });
        });
   


   
   

       

  •            
  • Menu1
               
  • Menu2
               
  • Menu3
               
  • Menu4
               
  • Menu5
               
  • Menu6
               
  • Menu7
           

       

           

                Cotent1
           

           

                Cotent2
           

           

                Cotent3
           

           

                Cotent4
           

           

                Cotent5
           

           

                Cotent6
           

           

                Cotent7
           

       

   

   


来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/25284529/viewspace-692884/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/25284529/viewspace-692884/

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值