【发布时间】:2010-04-28 15:06:16
【问题描述】:
我在这个page 的蓝色条形区域中有一张图片。它在 FF、Safari、IE8 和 Chrome 中显示良好,但在 IE7 中不显示。
这是 HTML:
<div id="featuredImage">
<img src="images/website_design_charlotte.jpg" width="960" height="159" alt="" />
</div>
这是 CSS:
#featuredImage { position: absolute; z-index: 9; top: 129px; left: 0; }
#featuredImage img { width: 986px; height: 159px; position: relative; z-index: 10; }
希望能帮助它在 IE7 中正确显示。
谢谢!
【问题讨论】:
标签: internet-explorer internet-explorer-7 css