No doubt, this issue has been discussed several times before but for my requirement I didn't find a good solution.
The problem is I want to change a src of an image on hovering up a div not the image.
<div class="roles_box"> <a href=""><img class="click_role" src="http://www.nms.ac.uk/idoc.ashx?docid=71d176dc-3143-4449-8388-90512a5c53ac&version=-1"></a>
</div>
JsFiddle -- http://jsfiddle.net/squidraj/NcjGp/
If you hover over the grey area then it should change the image but it's not.