在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;
}