是的,我知道绝对位置不适用于,但是有没有办法在它们后面显示元素“下方”(在代码之后)?
例子:
<img src="image.jpg" style="width: 500px; height: 400px; position: absolute; top: 0;" />
<h2 style="padding: 15px" >This text is behind not below the image</h2>
除了绝对定位之外,有没有办法在图像下方显示 h2 ?
例子:
(是的,我必须在我的情况下使用绝对值,以及下面的动态边距内容,我迷路了:D)