> Is it possible to use a background image as a search box? If so, will
> the search box outline still be there or can the image be the actual
> box?

--CSS--
.searchbox{
background-image:url(the_image_worthy_of_sacrificing_accessibility.jpg);
width:125px;
height:30px;
padding:2px 10px;
border-width:0px;
}

--HTML--
<INPUT type="text" class="searchbox" ... >


A side note: There's no such thing as a search box; only text input
form elements...
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to