• 2008-03-20

    侧边栏的tag横向排列 - [Blogbus技巧]

     

    这个很简单增加点css就可以了:

    #tags {
     display: inline;
     line-height: 160%;
    }
    #tags .count {
     display: none;
    }
    #tags li {
     display: inline;
     margin: 0 5px 0 0;
    }
    #tags .more {
     margin: 5px 5px 20px 0;
    }


    历史上的今天:





    Tag:横向

    评论

  • 我用了不成功也
    是直接加在CCS里吗