我的网站在Internet Explorer 8和Firefox中看起来很不错但是图片和顶部导航的部分内容已经到位,有人能找出原因吗?对我来说这是一个谜。
答案 0 :(得分:1)
您的wrap_header容器似乎不够宽,无法容纳标签,因此出于某种原因,Chrome认为最好将所有内容移至下一行。
很可能是一个渲染错误,最好将它报告给chrome论坛。
答案 1 :(得分:1)
从
更改styler.css line #58
div#wrap_header{font-family: 'trebuchet ms';margin: 0 auto 0 auto;width: 940px;z-index: 2;}
到
div#wrap_header{font-family: 'trebuchet ms';margin: 0 auto 0 auto;width: 943px;z-index: 2;}