tedd wrote:
> Hi gang:
>
> 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.
>
> Cheers,
>
> tedd
>   

Try border-style: none;

If that doesn't work, try

border-style: none;
border-width: 0;

Usually border-style on its own is enough.

Lori
______________________________________________________________________
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