border:0 safari input
border:0 safari input
- Started
- Last post
- 3 Responses
- xrusos
anyone know how to make a form "invisible" in safari?
input (border:0;)
works on Firefox, but not safari.Any hacks?
- Dancer0
Not a CSS master but I know for a fact you cannot get rid of borders in Safari (eg this site).
You can use JS to hide the input field but that would mean they become useless
- xrusos0
so no background image or js tricks to hide it?
you're right, i still need to use the form, i just want custom borders.
- heavyt0
I am nearly certain that it is not possible. not for lack of trying.
browsers take control over form elements, some more than others. Safari is the worst.TR1