Greetings. As you will be able to tell, I'm a CSS rookie. My doubt is,
if the body contains all the other containers, why does body { ... }
behave different from * { ... }? Aren't properties supposed to
cascade? Inheritable properties at least, no? But then I find that

body { color:black; }

and

* { color:black; }

yield different results. For example, the links do not appear in black
in the first case, even though the a selector lives inside the body
selector and the color property is inheritable.

Shed some light, please.

Best regards,

Utterly confused
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to