On 8/8/07, Brian Cummiskey <[EMAIL PROTECTED]> wrote: > Terri Chicko wrote: > > It says my CSS validates but I have 22 warnings all similar. Sorry, I > > know these are dumb... but I don't understand. > > > > Warning > > "Same colors for color and background-color in two contexts #headline > > and h1" > > Thanks > > Terri > > > This means you have a background color that equals the foreground color, > ie White on White. > > It gives you a warning, as technically, this text is not visible.
I'll just add that the validator has no knowledge that you have no intention of ever combining #headline and h1 in the same element. The irony is that if you have #fffffe on #ffffff, the validator won't issue a warning, but it will still be "invisible". -- Richard Grevers, New Plymouth, New Zealand Dramatic Design www.dramatic.co.nz ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
