[jQuery] show/hide on hover event (newbie question)
Hello
I have a simple div inside which I want to show an image on hover
(rollover) and hide on mouseout of the div.
I tried doing it with toggle() but that will only change the
visibility on hover.
How can I do that?
Thanks for help!