Forum Moderators: not2easy

Message Too Old, No Replies

border : medium none inherit

I can't find any info on it.

         

The Cricketer

1:34 pm on Oct 29, 2003 (gmt 0)

10+ Year Member



w3c css validator produced border : medium none inherit to use in my style sheet. Can anyone give me more information on this and what it can do and in which browsers?

Cheers

ShawnR

1:50 pm on Oct 29, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



border: w s c; is shorthand for border-width: w; border-style: s; border-color: c;

Pretty widely accepted across browsers.