CSS: can I hide the borders of the searchbox? -
can hide borders of searchbox ? white, text should visible. , need solution browsers.
see picture: http://dl.dropbox.com/u/72686/searchbox.png
you can add this
<input name="textfield" type="text" class="hide_border" id="textfield" />
css
.hide_border{ border:none; *border:solid 1px #fff; }
Comments
Post a Comment