Beach Bum
12-08-2003, 12:38 PM
Within a form I am using an image as a submit:
<input type="image" name="submit" value="submit" src="send.gif" border="0" alt="Send">
I would like to have a mouseover/mouseout to change the image on rollover. I have tried everything I can think of . . . and have come to the conclusion that changing the src on mouseover must not be supported in a form. But before I give up . . . anyone know of a way?
<input type="image" name="submit" value="submit" src="send.gif" border="0" alt="Send">
I would like to have a mouseover/mouseout to change the image on rollover. I have tried everything I can think of . . . and have come to the conclusion that changing the src on mouseover must not be supported in a form. But before I give up . . . anyone know of a way?