我在本网站页眉上的ie9中遇到问题:http://www.cheverellwood.co.uk/
包含h1标签的div正在按下ie9以及出现的页面上的子菜单。它在ie7和ie8,firefox,safari和chrome中都很好。
答案 0 :(得分:0)
你可以使用IE9特定的黑客来让它在IE9中正确显示。将\0
参数添加到css类中,例如
:root .test {color: green \0;}
有关浏览器特定黑客的列表,请参阅http://mynthon.net/howto/-/webdev/CSS-big-list-of-css-hacks.txt。
或使用条件评论
<!--[if IE]> Internet Explorer 9- <![endif]-->