Closed MauricioCr closed 8 years ago
I found the solution:
<a href="imageurl.jpg">
<div style="position:absolute;z-index:1;">
Other DIV
</div>
<img src="thumbnailurl.jpg" />
<div class="caption">
I'm <span style="color:red">a</span> <strong>custom</strong> caption!
<div>I'm a div</div>
</div>
</a>
How do I add another div?
Thanks!