I have following scenario - I am displaying a list of product names as link.Now,when the user hovers over the link I need to display the image of the product(the image is hidden).The html is like this (build dynamically so prod1,prod2 etc)
<a id="prod1" title="product"></a>
<div class=hidden><img src=""></img></div>