我的新项目遇到了麻烦。如果我说,我会核心编码。
link of the website- which is having problem
这个div让我感到紧张
<div class="content-bottom"></div>
答案 0 :(得分:1)
检查完代码后,我注意到你理解浮动和清理的理论,所以我检查了一下......看来你有未关闭</div>
某处,因此在div.content-bottom
。
div.content-middle
这是因为您#content
和#sidebar
您应该将clear:both;
用于.content-bottom
div。
在此处详细了解有关清算和浮动的信息:http://www.quirksmode.org/css/clearing.html
答案 1 :(得分:1)
它出错了,因为你将其他元素浮动在<div class="block
&gt;`
在班级clear: both;
上设置css属性content-bottom
,它应该有效。
答案 2 :(得分:-1)
只需给浮动:留给.content-bottom类,它将解决你的问题..