I have this code:
<div class="bigroundlink" >
<img class="cross" src="img.png" style="position:absolute; display:none;" />
</div>
And would like to display that image when the user hovers the div. How can i do it ? Feel free to use/add (if needed) id's to the elements, JQuery and CSS.