使用此 HTML,我无法弄清楚为什么文本显示在图像后面:
<div style="position: relative">
<img src="image_url_here" style="position:absolute; top: 10px; left: 10px;" />
This is some text, drawn on the page after the image, why is it drawn behind the image?
</div>
?
在 Mac 和 PC 上的 Chrome 和 PC 上的 IE 中测试。