bkhendershot
Programmer
I'm still somewhat new to javascript, I've created image rollovers, but I'm trying to figure out if there's a way to create an image rollover in a form. I have <input type='image' and I'd like to be able to use the same onMouseOver and onMouseOut effects that you can use with normal images (document.IMAGENAME.src), but I can't find a way to access the image in a form. Is there a way, or am I trying to do the impossible? I have some ideas on how to make it work if I can't use the mouseover techniques, but that would be my preferred choice. Can anyone shed any light on this? Thanks!