onMouseover
M.T.V
- javascript
0 MM
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
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