I have this HTML :
<div class="left_area">
<div class="caption">
<a href="<?php echo $URL; ?>"><img src="<?php echo $images; ?>" alt="<?php echo $name; ?>" /></a>
<span>test</span></div>
</div>
i want when i go over the image with the mouse to display whatever i want in that span, even an image of a but button or bold text. something like this EXAMPLE
Thanks in advance!
Try something like this – DEMO
CSS
JS