Stas Bekman wrote:
allan wrote:
of the errors:
the units are easily fixed -> probably just "0px" instead of "0".
fixed: Congratulations! Valid CSS!This document validates as CSS! Congratulations, this document validates as HTML 4.01 Transitional!
the warnings. i have told my feelings about this in a mail ages ago. we should fix it if we want to put that valid logo on the site, but personally i think it seems rather stupid to have to assign a background-colour for a p-tag etc.
we know that have to fix these, I've asked *how* to fix these warnings.
try remove the color (font) specs everywhere it's black. then specifiy:
color: #000000; for the body tag
everything _should_ inherit from that color.
if we specify another:
color: #whatever
in any other style-rule we also have to specify the background apparently [which seems stupid IMO]
yup, that's what's happening. Notice that in certain places we still have to say #000000,
where otherwise the link (a) style will apply.
What are the other warnings: Same colors for color and background-color in two contexts...
something about nesting I guess.
but otherwise it seems that we have no errors.
__________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
