我已经阅读了关于这个主题的几篇文章,并且我已经尝试了很多,但我无法让我的网站以 IE 为中心 - 特别是 IE 8(我当前的浏览器)。它确实适用于 FF、Safari 和 Chrome。 www.hscassociates.net是网站。
在我的 CSS 中,我正在这样做:
div#section {
width:960px;
margin:0 auto 0 auto;
border: 2px solid #b31b1b;
border-top:none;
}
另外,我的#section div 中有我需要的背景图像,但是当我将它放在 div#section 块中的 css 文件中时它不会显示。为了让它显示,我把它放在我的包含文件中,我在其中显示#section div标签:
<div id="section" style="background-image:url('graphics/section-bg.gif');
background-repeat:repeat-y;">
我读过的一篇文章说 html doctype 需要使用 strict。我以前从未读过。这有什么道理吗?我正在使用过渡。