- From: Bjoern Hoehrmann <derhoermi@gmx.net>
- Date: Thu, 24 May 2001 01:44:59 +0200
- To: Greg Kolanek <greg@tcp.com>
- Cc: www-validator-css@w3.org
* Greg Kolanek wrote:
>In validiating the CSS of "http://greg.tcp.com/", the CSS validator at
>W3.org reported several warnings of missing background-color definitions
>with my color definitions, when in fact I declared a global ("*")
>background-color of "transparent" in my CSS, which should have applied
>against all other style color definitions, should it not have?
You've got only this rule:
#name > * { margin: 0 50px }
* selects btw. only all elements, not all classes for example.
--
Björn Höhrmann { mailto:bjoern@hoehrmann.de } http://www.bjoernsworld.de
am Badedeich 7 } Telefon: +49(0)4667/981028 { http://bjoern.hoehrmann.de
25899 Dagebüll { PGP Pub. KeyID: 0xA4357E78 } http://www.learn.to/quote/
Received on Wednesday, 23 May 2001 19:43:50 UTC