html - IE 8 中的 CSS 定位问题

标签 html css alignment positioning

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

enter image description here

它应该出现的地方:

enter image description here

关联的 CSS 是: enter image description here

我们将不胜感激任何类型的建议。 提前致谢。

最佳答案

尝试使用这些链接来修复任何 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>

关于html - IE 8 中的 CSS 定位问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17298195/

相关文章:

jquery - 使用 jquery 的图像复选框表单

html - CSS中是否可以有多个ID选择器

html - 如何在不手动设置宽度的情况下水平居中导航栏?

html - 水平对齐容器中的图像

html - div内容对齐问题

html - td 标签内容未右对齐

html - 如何定位最后一个 TD 细胞?

html - 为什么 Web 开发人员如此热衷于使用列表?

javascript - 鼠标悬停在菜单项上可以触发另一个元素的 native ":hover"状态吗?

CSS 背景图像在#header 和#footer 之间缩放