On Thu, 7 Apr 2005 10:41:55 -0500, Hugues Brunelle <[EMAIL PROTECTED]> wrote:
Yes you're right, it it just because I'm always changing my declarations so
I let them on the long formulation :)
I know that soon I'll have to simplified these declarations.
Hugues
[...]
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;
Nit-picking comment:
border: 0; border-bottom: 0.1em dotted #781B11;
Property redefined. The shorthand property "border" already defines "border-bottom."
Do you mean?
border-bottom: 0.1em dotted #781B11;
regards, Kornel LesiÅski
Best,
David


-- de gustibus non est disputandum http://www.dlaakso.com/ ****************************************************** 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