关于table的width:100%和margin
时间:2011-04-01 来源:美第其
今天在用表格的时候出现了个错误。
table { width:100%; background:url(img/smbg.jpg) 0 0 repeat-x; margin:10px;}
表格撑破了外层。
原来width:100%时不能用margin,否则会溢出。
在网上搜了一下关于width:100%的解释,还是不太明白,先记住吧!
相关阅读 更多 +
时间:2011-04-01 来源:美第其
今天在用表格的时候出现了个错误。
table { width:100%; background:url(img/smbg.jpg) 0 0 repeat-x; margin:10px;}
表格撑破了外层。
原来width:100%时不能用margin,否则会溢出。
在网上搜了一下关于width:100%的解释,还是不太明白,先记住吧!