Results 1 to 2 of 2

Thread: Replacing the search box with an image. HOW?

  1. #1
    Join Date
    Feb 2003
    Location
    Saudi Arabia - Jeddah
    Posts
    141

    Question Replacing the search box with an image. HOW?

    I found in some sites that [ search box ] is being replaced with an image .... how could i replace [ any text box] with an image and users still can write the search term inside that image ? [ hope it is clear waiting ]

  2. #2
    Join Date
    Apr 2004
    Posts
    109

    Default

    Just copy and paste and see how it works....

    <TABLE cellSpacing=0 cellPadding=0 border=0>
    <TBODY>
    <TR>
    <TD><INPUT onblur="if(this.value=='') this.value='search...';"
    onfocus="if(this.value=='search...') this.value='';"
    name=keyword style="color:white; background-image:url('http://re2.mm-a1.yimg.com/image/122983181');"> </TD>
    <TD align=middle width=150><SELECT name=opt> <OPTION value=0 selected>the entire
    directory</OPTION> <OPTION value=2>on the web</OPTION></SELECT> </TD>
    <TD><INPUT class=button type=submit value=Search name=Submit3>
    </TD></TR></TBODY></TABLE>

    This is a Indexu search box. Hope that helps...

    And this is a standard search box:

    <TABLE cellSpacing=0 cellPadding=0 border=0 width="227">
    <TBODY>
    <TR>
    <TD width="161"><INPUT style="color:white; background-image:url('http://re2.mm-a1.yimg.com/image/122983181');"> </TD>
    <TD width="66"><INPUT class=button type=submit value=Search name=Submit>
    </TD></TR></TBODY></TABLE>

    Good luck!
    Last edited by berto; 12-24-2005 at 01:42 PM.
    Berto UK
    ------

    Enjoying The Power Of INDEXU 5.1.0
    http://www.nicecoder.com/community/s...ead.php?t=3207

Similar Threads

  1. power search doesn't search certain cats
    By Rob Picken in forum v5.x
    Replies: 9
    Last Post: 06-15-2004, 02:03 PM
  2. Images for links ?
    By Rix in forum Pre-Sales Questions
    Replies: 6
    Last Post: 05-24-2004, 09:15 AM
  3. Replies: 0
    Last Post: 02-13-2004, 08:56 PM
  4. Getting full control of image uploader
    By dody in forum Tutorials, Hints & Tips
    Replies: 2
    Last Post: 08-20-2003, 05:14 PM
  5. Image upload problem
    By tariqali in forum v5.x
    Replies: 7
    Last Post: 07-13-2002, 09:14 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •