use jquerys specific hover-method which workarounds the browser-
failures of mouseover/mouseout.
in the recent jquery-plugin there are also new virtual events
mouseenter, mouseleave i think, which wrap
mouseouver and mouseout and are used by hover()

$(elem).hover(overFn, outFn)

Reply via email to