Internet Explorer中的格式问题(浮点)

时间:2013-03-19 05:39:23

标签: html css internet-explorer explorer

在Internet Explorer上格式化时遇到一些问题

网站here

在标题中,所有内容应该出现在1行中。在chrome和FF中,确实如此,但是当我打开ie9时,它显示为一个新行。我已经尝试更改浮动,更改显示类型和修改宽度和边距属性,但我无法解决问题。

对于headRight类,即使我改变宽度,它也不会在IE中改变,我不知道为什么。

代码在这里:

.headRight { width:650px !important; _width:600px!important; float:right;}
.faderdiv
{
display:inline;
float:right;
margin-top: 35px !important;
}
.donate
{
display:inline;
float:left;
margin: 55px 90px 0 !important;
}

1 个答案:

答案 0 :(得分:0)

这实际上是针对ie7但我认为这也适用于你的问题。 IE7 float right problems