Matt Fielding wrote:
>
> However, even with this code I am having an issue where the text is not
> changing when the mouse hovers over the text. The active effect is working
> perfectly fine, as is the normal a,a:link,a:visited effect. The HTML I have
> for this section is as follows:
>
>   

Try:
.content a:hover {
    color: /*#EODCDC*/fuchsia;
}
(validate the CSS)

______________________________________________________________________
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