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
and replace withCode:<input type="image" border="0" name="ACTION" src="quicksearch.gif" alt="NETQUOTEVAR:QUICKSEARCHBUTTONTEXT">
not tested so make a backup of Act_SimpleSearch before changingCode:<input type="image" border="0" name="ACTION" src="quicksearch.gif" alt="NETQUOTEVAR:QUICKSEARCHBUTTONTEXT" onmouseover="this.src='newimage.gif'" onmouseout="this.src='quicksearch.gif'">
 
Comment