Forum Moderators: open
Question...
I have a form that I created to be used as a search box. It will query my DB of items for sale via a description cell. It is a pretty easy form:
<!---Begin search box--->
<form method="POST" action="../search_result.asp" onSubmit="">
<p align="center">
<input border="0"
src="images/searchl.gif" name="Search Our Products" type="image" alt="Click To Search" width="61" height="20" ><br>
<input type="text" name="DESCRIPTION" size="12"></form>
<!---End if search box--->
I would like the image to have a mouse over effect (using two images). Is this possible? I can not seem to figure this out.
Example page is here [goldenwebjewelers.com]. The top search box is untouched. the bottom one is my mutilated last attempt ;).
Just FYI, this page is a new theme set I am setting up and has a lot of buttons on it. It takes around 27 seconds on a 28.8k modem so beware :).
TIA,
Brian
Thanks Tedster. I renamed the "a" duplicate name and also renamed the form (two of the same name on the same page). It still not producing the mouse over.
Thank you,
Brian