On Sunday 2009-01-11 16:14 -0500, Matt Fielding wrote:
> .content a:hover {
>     color: #EODCDC;
> }

The character after the capital "E" is an uppercase letter "O"
rather than a number "0".  That's causing the declaration to be
discarded, since it is syntactically incorrect.

See
http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fitzmattu.ath.cx%2FParadigm%2Fcss%2Fstyle.css&profile=css21&usermedium=all&warning=1&lang=en

-David

-- 
L. David Baron                                 http://dbaron.org/
Mozilla Corporation                       http://www.mozilla.com/
______________________________________________________________________
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