onmouseover style effect for entire div

onmouseover style effect for entire div

I want to fade in a background image when the mouse runs over a div and make it disappear when the mouse exits.

I was looking for sugestions as how to best achieve this as I've found the onmousover and onmouseout solution to be pretty crap (ok for a single element like an image or something) for elements that contain other elements.

just wondering if there is a solution using JQuery?

Cheers