Maison > Article > interface Web > css浮动问题_html/css_WEB-ITnose
撑开a 是上面意思呢
a.width = b.width+215吗
不是意思,是高度
a中仅设置min-height:800px;,,,height不要写。。。
#a{ height:auto!important; height:800px; min-height:800px;width:1015px; margin:0 auto; border:1px solid #B10000;overflow:auto;}
#a{
height:auto!important;
height:800px;
min-height:800px;
width:1015px;
margin:0 auto;
border:1px solid #B10000;
overflow:auto;
}
规范很重要!
有浮动了,难道不清除吗?
清除浮动,问题迎刃而解,overflow什么的根本不需要写。