Announcement

Collapse
No announcement yet.

Simple Search rollover

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Simple Search rollover

    Is it possible to have a rollover for the simple search button?

    #2
    In Act_SimpleSearch.html locate

    Code:
    <input type="image" border="0" name="ACTION" src="quicksearch.gif" alt="NETQUOTEVAR:QUICKSEARCHBUTTONTEXT">
    and replace with

    Code:
    <input type="image" border="0" name="ACTION" src="quicksearch.gif" alt="NETQUOTEVAR:QUICKSEARCHBUTTONTEXT" onmouseover="this.src='newimage.gif'"
    onmouseout="this.src='quicksearch.gif'">
    not tested so make a backup of Act_SimpleSearch before changing


    Bikster
    SellerDeck Designs and Responsive Themes

    Comment

    Working...
    X