我必须在两个 div 的底部之间放置一个图像,一个在另一个内部,例如:
这个例子的代码是:
<div style="background:blue;width:500px;height:150px;overflow:hidden;">
<div style="background:red;width:500px;height:100px;margin-top:20px;">
//DOES IMAGE GOES HERE?
</div>
</div>
我知道使用绝对位置我可以将图像定位在那里..但我不喜欢那种定位..还有其他方法吗?谢谢!!!