got safari/know css?
got safari/know css?
Out of context: Reply #7
- Started
- Last post
- 15 Responses
- sparker0
in your css, you are applying two different rules to the "body" element.
http://jigsaw.w3.org/css-validat…
the css contains many errors as well.
some of the simple clean ups you can do is remembering that "id" is for unique rules and "class" is for redundant rules.
you generally don't apply both to a given element.
i'll keep looking over it.