IE8 CSS背景颜色不起作用

时间:2012-11-10 22:09:18

标签: html css internet-explorer-8 web

我正在建立一个虚构的网站来提升我的投资组合。问题地址中的网站为http://www.jn-design.co.uk/PJ

问题是在IE 8中,页眉和页脚背景颜色根本没有显示。请在更新的浏览器中查看它,你会看到问题!

非常感谢任何帮助。

2 个答案:

答案 0 :(得分:3)

IE8不知道<header><footer>元素;他们是HTML5。有很多方法可以解决这个问题,例如http://modernizr.com/https://github.com/aFarkas/html5shiv或JavaScript块,例如:

<script>
document.createElement('header');
document.createElement('footer');
</script>

答案 1 :(得分:0)

后台显示正确尝试清除缓存