• 实用:滑动门tag切换


    css:

     1 *{ margin:0; padding:0; list-style:none; font-size:12px;}
     2 a{ text-decoration:none; color:#333;}
     3 #wrap{ position:relative; width:330px; height:220px; margin:20px auto;}
     4 #wrap .title{ position:relative; width:100%; overflow:hidden;}
     5 .title li{ display:block; float:left; padding:0 0 0 5px; margin:0 5px 0 0; background:url(img/tag_left.gif) left 0 no-repeat;}
     6 .title li a{ display:block; padding:6px 15px 3px 10px; background:url(img/tag_right.gif) right 0 no-repeat; text-align:center; }
     7 .title li.now{ background-position:0 -23px;}
     8 .title li.now a{ background-position:right -23px; font-weight:700;}
     9 .cont{ margin:-1px 0 0; width:308px; padding:10px; border:1px solid #d0d0d0; overflow:hidden; z-index:-100;}
    10 .cont li{ margin:0 0 5px 0;}

    xhtml:

    Code

    js:

    Code

    好了就这么多了,不想解释了,自己看吧,很简单~~哈哈

    demo下载

  • 相关阅读:
    C#转义字符,以及@的作用
    建立数据库链接 create database link以及synonym
    Oracle11g密码区分大小写导致database link无法连接
    ES5:深入解析如何js定义类或对象。
    jQuery.extend()、jQuery.fn.extend()扩展方法示例详解
    浅析JavaScript访问对象属性和方法及区别
    Angular ui-router的常用配置参数详解
    Angular 通过constant(name,value),value(name,value)创建服务
    Angular ocLazyLoad 与ui-router的配合使用
    AngularJs指令配置参数scope详解
  • 原文地址:https://www.cnblogs.com/rere/p/1437085.html
Copyright © 2020-2023  润新知