You are here: irt.org | About | Feedback | 3334 [ previous next ]
Feedback on:
irt.org FAQ Knowledge Base Q952
Sent by
michel on November 17, 2001 at 15:20:45:
Comments:
If you have the image in a layer (positioned div is a layer too)
the for netscape to work you want
onMouseOver="change(document,'image','on')" onMouseOut="change(document,'image','off')"
and change to
function change(doc,image,ext) ...
if (document.images)
doc.images[image].src=.....
Other feedback on 'irt.org FAQ Knowledge Base Q952' - show all