Click to See Complete Forum and Search --> : cool text box


teammatt3
07-01-2003, 07:05 PM
On some sites they have text boxes with borders, like on www.happypuppy.com (on the top right "search") is their a script that does just that???:)

Jona
07-01-2003, 07:19 PM
This is actually CSS (Cascading StyleSheets) at work, no JavaScript involved. The code is like this:


<input type="text" name="searchBox" style="border:solid 1px black;">


[J]ona