SimonTheSponge
Programmer
Hi
I have a script that I'm migrating from IE to FireFox. Some of my mouseover events do not seem to work. The existing code changed the .src of an image by referring to it as an element in the images array
document.images[n].src = 'newimage.gif'
This code does not appear to work in Firefox/Mozilla ie the image doesn't change. Does anybody know how I would port this toMozilla/W3C code
Cheers
I have a script that I'm migrating from IE to FireFox. Some of my mouseover events do not seem to work. The existing code changed the .src of an image by referring to it as an element in the images array
document.images[n].src = 'newimage.gif'
This code does not appear to work in Firefox/Mozilla ie the image doesn't change. Does anybody know how I would port this toMozilla/W3C code
Cheers