Is it possible to have a rollover for the simple search button?
Announcement
Collapse
No announcement yet.
Simple Search rollover
Collapse
X
-
In Act_SimpleSearch.html locate
Code:<input type="image" border="0" name="ACTION" src="quicksearch.gif" alt="NETQUOTEVAR:QUICKSEARCHBUTTONTEXT">
Code:<input type="image" border="0" name="ACTION" src="quicksearch.gif" alt="NETQUOTEVAR:QUICKSEARCHBUTTONTEXT" onmouseover="this.src='newimage.gif'" onmouseout="this.src='quicksearch.gif'">
Comment