M.T.V: onMouseover

wie überprüfe ich in einem script ob die maus grad auf ein image ist oder nicht?

zb. if (document.body.image = ???onMouseOver???){s=1};

thx schon im vorraus

  1. Hallo ...

    Mach einfach beim image:
    onmouseover="drauf = true"
    onmouseout="drauf = false"

    und überprüf dann, ob die variable drauf true oder false is ...

    LG,
    MM