On May 15, 2007, at 6:43 AM, tedd wrote:

> Is there any way to use css to remove the border that accompanies  
> an input box?
>
> I've tried border: none;, but that hasn't worked.
That should work (and works in most OS X browsers, actually [1]).  
{border:none} is equivalent to border: 0 none solid. And border-style  
trumps all other values.
Where does it fails? Test case ?

[1] except Safari 2.0 and lower, which simply doesn't allow styling  
of border on input controls.

Philippe
---
Philippe Wittenbergh
<http://emps.l-c-n.com>




______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to