[thelist] Changing a picture's alt title
Michael Galvin
mpgalvin at eircom.net
Wed May 24 13:13:41 2000
I'm changing an image using
document.images['name'].src = "image.gif"
where 'name' is the name of the image and "image.gif" is the name of the new
image.
That's it. I just wanted to tell everybody how I finally got that working.
No, wait. Is there any way of changing the alt title when I change the
image? The 'before' image has an alt of "move left", and I want to change
it to "move right".
It's no biggie, just a cleanup.
Thanks
Michael