0

在 Internet Explorer 上格式化有点问题

网站在这里

在标题中,所有这些内容都应该出现在 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;
}
4

1 回答 1

0

这实际上适用于 ie7,但我认为这也适用于您的问题。IE7浮动正确问题

于 2013-03-19T06:09:42.410 回答