【发布时间】:2016-03-31 10:58:55
【问题描述】:
我有两张图片,一张在一张。 像这样:
这是我的html:
<div class="flapImage" id="idHot">
<img src="images/hot.png" style="position:relative; top:0; left:0; max-width:390px;" width="100%" height="190px" />
<img src="images/watchVideoP.png" width="200px" style="position:absolute; top:120px; left:80px;" />
</div>
这是我的 CSS:
.flapImage{
margin:0 auto;
text-align:center;
top:0;
left:0;
background-color:black;
}
你知道另一种方法吗?
【问题讨论】:
-
请在提问之前搜索一下,这个问题在互联网上充满了解决方案。有成千上万的帖子有同样的问题