Jump to content

Thanks...


Recommended Posts

How do I set a image i the background of the search-bottom? And when the mouse is over the image, it has to be shifting to a other image, how do I do that? I have this code line from the "box" searchForm.tpl:

<!-- BEGIN: search_form -->

<div class="boxtitle">Product Search

<form action="index.php" method="get">

<input name="searchStr" type="text" class="searchbox" id="searchStr" size="15" value="Product Search..." onblur="if(this.value=='') this.value='Product Search...';" onfocus="if(this.value=='Product Search...') this.value='';" />

<input type="hidden" name="act" value="viewCat" />

<input name="Submit" type="submit" class="searchBtn" style="padding-bottom: 5px;" value="Søg" />

</form></div>

<!-- END: search_form -->

Thanks,

Link to comment
Share on other sites

  • 2 weeks later...

Guest Quantum

Are you trying to set an image on the search button background? Sorry, it is not clear what you are having problems with.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...