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]
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]
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