这是我的“简洁”HTML
<html>
<head>
<style type="text/css">
body.custom.one_sidebar {
background:#f5f5f5 url('img/bg/bg-content.png') no-repeat 50% 36.1em;
overflow-x:hidden;
}
</style>
</head>
<body class="custom one_sidebar">
<div class="header_area"></div>
<div class="content_area"></div>
</body>
</html>
问题是背景图像位置在 IE7 中不起作用。它适用于 IE8 和几乎所有其他浏览器。在找出原因方面需要一些帮助。