div自动高度 .content{ margin: 0 auto; width: 1000px; border: 1px solid red; } #left{ width: 100px; height: 400px; border:1px solid blue; float: left; } #right{ width: 800px; height: 400px; border:1px solid green; float: left; } .clear{ clear: both; }
查看更多关于clear为什么能实现自动高度_html/css_WEB-ITnose的详细内容...
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://haodehen.cn/did113175
clear为什么能实现自动高度_html/css_WEB-ITnose
阅读:42次