我一直在使用imagemapster 网站上引用的Beatles 示例 jsfiddle。有没有办法将标题 div 放置在图像顶部?
在上面的 jsfiddle 中,我尝试过:
<div id="beatles-caption" style="clear:both; border:red; width:400px;
padding: 6px; position:relative; top:-100px;">
我也尝试过 z-index,但未能成功将标题移动到图像上。
在我自己的应用程序中,我有一个整页背景图像,我需要在叠加在图像右上角的标题 div 中识别图像的各个部分。
考虑到这个要求,我有更好的例子吗?