IE 8中的CSS定位问题

时间:2013-06-25 13:07:43

标签: html css alignment positioning

我在模板(Footer Wrapper)中遇到了与定位相关的问题,特别是在IE8中(在大多数浏览器中工作正常,包括IE 9和10中的IE8模式)。

enter image description here

它应该看起来像:

enter image description here

关联的CSS是: enter image description here

任何建议都将受到高度赞赏。 提前谢谢。

2 个答案:

答案 0 :(得分:0)

尝试使用以下链接修复任何Internet Explorer问题:

(下载respond.min.js)https://github.com/scottjehl/Respond

(下载css3-mediaqueries.js)https://code.google.com/p/css3-mediaqueries-js/

下载后将其添加到您的<head>标记:

<script type="text/javascript" src="respond.min.js"></script>

<script type="text/javascript" src="css3-mediaqueries.js"></script>

答案 1 :(得分:0)

实际的html代码会有所帮助,但我想你可以用

解决它
<br clear="all" /> 

你的浮动div之后

或者通过将包含浮动元素的div设置为

height:100%;

希望这有帮助!