- Safari's input box is so not stylish... It should look like the right [as it does in IE, FF, and Opera].
Safari [input]
Is it at all possible to remove the borders from input boxes in Safari? I use a background image to create a faux styled input for searches. Looks as it should in Firefox, IE, and Opera.
Input box is set to border: 0px solid #333; or transparent which takes care of the majority of browsers.
Comments and faves
Martin Hipp (76 months ago | reply)
try border: none;
Michael Heilemann (76 months ago | reply)
Nope. The current Safari can't do that AFAIK. The nightly Safari can though, so I'm guessing the from the next big release it'll be possible.
Punsalan (76 months ago | reply)
ah i see. thanks for the info michael. i'll come up with something else for the search bar until then.