在这个网站上,我要为我的姐夫提供这个圣诞节,我的页面结构是这样的:
<body>
<div id="container">
<div id="menu">[...]</div>
<div id="wrapper">
<div id="section1">[...]</div>
<div id="section2">[...]</div>
etc etc etc
</div>
</div>
</body>
在 Firefox 上一切看起来都很完美……但在我的 IE9 上,页面没有对齐,@font-face 也没有加载……
CSS是这样的(在我看来这里没有问题)
#container{width:960px;margin:0 auto;position:relative}
#wrapper{width:780px;float:right;margin-bottom:30px}
#menu{width:180px;float:left;background:url(../img/site/menu_bg.jpg) repeat-y right;height:100%;position:fixed;padding-top:55px}
已经尝试了不同的设置,根本没有任何变化......我开始在这里扯掉我的头发......有什么建议吗?
提前致谢。
PS:如果有帮助...有问题的页面是:www.sweetdreams.pt/escondido.php
编辑:根据要求...这是页面中代码的开头:
<?php if(!ob_start("ob_gzhandler")) ob_start(); ?>
<!DOCTYPE html>
<html lang="pt-PT">