On Wed, Mar 17, 2010 at 8:43 PM, Rod Castello <flashju...@sbcglobal.net> wrote:
> --- On Thu, 3/18/10, Rory Bernstein <r...@rorybernstein.com> wrote:
> http://rorybernstein.com/francesca_proto/
>
> On this page, I cannot get the "hover" to work on the nav bar links.
> The style sheet is here:
> http://rorybernstein.com/francesca_proto/style.css
>
> The rule that I think should be making the text links turn red when
> you hover is:
> #nav li a:hover {
> color: #FF000;

When I look at the current version of the page I get the following error:
Warning: Expected end of value but found ''.  Error in parsing value
for 'color'.  Declaration dropped.
Source File: http://rorybernstein.com/francesca_proto/style.css
Line: 85
style sheet

When I look at the style sheet I see the following:
/* HOVER NOT WORKING!!! */
#nav li a:hover {
color: #FF0000�;
}

You have a funny character in the code.
Delete the line and retype it.
This should fix the problem.

Regards,
Claude Needham
______________________________________________________________________
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