CSS自動換行,強迫不換行

來源:互聯網
上載者:User

自動換行

 

div{  
word-wrap: break-word;  
word-break: normal;  

 

強迫不換行

 

div{  
white-space:nowrap;  
}

帶有浮動效果的 不換行

<div id="pic">
                <ul>
                    <li><img src="http://192.168.1.103/hibeans/web/images/temporary/car_t1.jpg" /></li>
                    <li><img src="http://192.168.1.103/hibeans/web/images/temporary/imgget1.jpg" /></li>
                    <li><img src="http://192.168.1.103/hibeans/web/images/temporary/car_t1.jpg" /></li>
                    <li><img src="http://192.168.1.103/hibeans/web/images/temporary/car_t1.jpg" /></li>
                    <li><img src="http://192.168.1.103/hibeans/web/images/temporary/car_t1.jpg" /></li>
                    <li><img src="http://192.168.1.103/hibeans/web/images/temporary/car_t1.jpg" /></li>
                    <li><img src="http://192.168.1.103/hibeans/web/images/temporary/car_t1.jpg" /></li>
                    <li><img src="http://192.168.1.103/hibeans/web/images/temporary/car_t1.jpg" /></li>
                    <li><img src="http://192.168.1.103/hibeans/web/images/temporary/car_t1.jpg" /></li>
                    <li><img src="http://192.168.1.103/hibeans/web/images/temporary/car_t1.jpg" /></li>
                 </ul>
            </div>

#pic {}{float:left; width:920px; margin:0 10px;}
#pic ul {}{margin:15px 0; white-space:nowrap; width:920px; overflow:hidden;}
#pic li {}{*float:left; width:90px; margin:0 5px; *clear:right; border:1px solid #B7DEEF; text-align:center; display:inline-block}
#pic li img {}{max-width:90px; max-height:90px; vertical-align:middle;}

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.