【发布时间】:2012-08-28 21:06:50
【问题描述】:
这是我的“简洁”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 和几乎所有其他浏览器。需要一些帮助来找出原因。
【问题讨论】:
标签: html background internet-explorer-7 background-position