zoukankan      html  css  js  c++  java
  • HTML页面设计小知识

    http://v2.bootcss.com/javascript.html#tabs标签页设置


    http://v2.bootcss.com/components.html#breadcrumbs标签页式导航


    http://jingyan.baidu.com/article/066074d6564f39c3c21cb014.html=====CSS省略号text-overflow超出溢出显示省略号=====

    .can .content .span2 ul li a{
        display: block;
        border: 1px solid silver;
        border-radius: 2px;
        zoom:1;
        padding: 5px;
        margin-top: 5px;
        margin-left: -15px;
        background-color: rgba(230,230,230,0.5);/*
        box-shadow: #666 0 1px 1px;*/
        text-decoration: none;
        text-overflow:ellipsis; 
        -o-text-overflow:ellipsis; 
        overflow: hidden; 
        white-space: nowrap;
    }

  • 相关阅读:
    北方联动科技论坛上的回答
    Fire Net
    The shortest problem(hdu,多校
    Air Raid
    过山车
    Courses
    Network
    Common Subsequence
    The mook jong
    Distribution money
  • 原文地址:https://www.cnblogs.com/Decmber/p/4964471.html
Copyright © 2011-2022 走看看