Jonathan Arthur wrote:

>[...]
>http://www.bloggsworld.com/OWD/LimeLite/index.html
>http://www.bloggsworld.com/OWD/LimeLite/lime-light.css
>[...]
>Also, can anyone explain a wee bit about the css warnings I am getting?
>  
>
Hi Jonathan,
The css warnings are all about color and background color combination. 
For the case of accessibility, the validator checks when a color is 
mentioned, if there is also a background-color rule, and vice versa. If 
you write { color: #...; background-color: #..; } in pairs, the 
validator is assuming you did provide enough contrast between the 
letters and the background. Mostly, the easy way is to say ( background: 
inherit } when you change the foreground (font) color.
That's in short.

Greetings,
francky

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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/

Reply via email to