On Thu, 07 Apr 2005 14:17:01 +0100, Hugues Brunelle <[EMAIL PROTECTED]> wrote:

You can see a sample at http://www.echo3d.com/css/screen.css
It "looks" complex but if you pay attention,

Why aren't you using shorthand properties?


border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0.1em; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: dotted; border-left-style: none; border-bottom-color: #781B11;

equals:

border: 0; border-bottom: 0.1em dotted #781B11;

and you probably could just leave second rule.

--
regards, Kornel Lesiński

******************************************************
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************



Reply via email to