我有以下HTML结构:重叠图像和DIV
<div class="gauge">
<div id="user-follow-statistics">
</div>
<img src="{{ asset('bundles/shopiousmain/img/coming-soon.png') }}"/>
</div>
我想这个图像被定位重叠user-follow-statistics
DIV。我怎样才能做到这一点?到目前为止,我尝试将图像的位置设置为相对并将顶部设置为-150像素,但这似乎是彻头彻尾的黑客并且不干净。任何其他方式?
你能以图片的方式展示你所要求的吗? –
为你的问题做一个小提琴。 – Rex
在这里你去:http://jsfiddle.net/84cC3/1/ – adit