in IE, you can rely on event bubbling and after creating a changeImage function, you could use:
<body onmouseover="changeImage()">
Because the events bubble up towards the document in IE. In NS6, you can specify whether an event should bubble. I forgot how, but you can use a script from this website that emulates IE type stuff for netscape 6:
the faq explains what cancelBubble does... the ieemu lets you pretend you are coding for IE. you just include the file in your page after testing to see if the browsers is mozilla/netscape6 jared@aauser.com -
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.