浮动的div在ie9上推下来

时间:2014-02-25 11:15:47

标签: html css internet-explorer-9

我在本网站页眉上的ie9中遇到问题:http://www.cheverellwood.co.uk/

包含h1标签的div正在按下ie9以及出现的页面上的子菜单。它在ie7和ie8,firefox,safari和chrome中都很好。

1 个答案:

答案 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]-->