好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

CSSwidth:100%和width:auto的区别_html/css_WEB-ITnose

width:100%和width:auto的区别

width:auto比较聪明,如果margin已经左右占去10px的空间,那么width给的值就是580px。

 div{width:600px;overflow:auto;background:#ccc;}p{        width:auto;        margin:10px;        background:red;}   

123

查看更多关于CSSwidth:100%和width:auto的区别_html/css_WEB-ITnose的详细内容...

  阅读:38次