Try_Try_Again
11-17-2002, 08:58 PM
I'm trying to make a login button (submit) that's an image have a rollover effect. Can anyone help me out with the following?
<form action="cgi_file">
<input type="image" src="something.gif" onMouseOver="this.src='different.gif';" onClick="this.form.submit();">
</form>
Where am I off here, 'cause the effect doesn't go away when I mouse Off it.
Any help would be appreciated!
<form action="cgi_file">
<input type="image" src="something.gif" onMouseOver="this.src='different.gif';" onClick="this.form.submit();">
</form>
Where am I off here, 'cause the effect doesn't go away when I mouse Off it.
Any help would be appreciated!