首頁  >  文章  >  web前端  >  css浮动问题_html/css_WEB-ITnose

css浮动问题_html/css_WEB-ITnose

WBOY
WBOY原創
2016-06-24 11:41:551065瀏覽







#a{
height:auto!important;
        height:800px;
       min-height:800px;
width:1015px;
margin:0 auto;
border:1px solid #B10000;
}

#b{
height:auto!important;
      height:600px;
       min-height:600px;
width:831px;
border:1px solid #DFDFDF;
float:left;
}

请问高手怎么样才能让b的内容大于800px时,撑开a,
注加Div都行,只要能撑开。


回复讨论(解决方案)

撑开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什么的根本不需要写。

陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn