Click to See Complete Forum and Search --> : CSS question.


asmyth
02-10-2005, 02:50 PM
Why does the hover function work in Safari but not Mac IE?

#navigation a:hover {color:#960014;}

Thanks.

NogDog
02-10-2005, 02:56 PM
Probably because IE is made my M$, who are usually the slowest at keeping up with the w3.org standards.

ffurnai
02-17-2005, 12:50 PM
This one has me puzzled as I use that same syntax and it works on Mac IE.

The only difference I can see is maybe its a whitespace issue

Where you've got it like this


#navigation a:hover {color:#960014;}

try it like this

#navigation a:hover {
color:#960014;
}


I'm guessing but I have seen where that matters for whatever reason.

On a sidenote, is it really worth worrying over getting right on MacIE? I don't know anyone who even uses IE on a Mac anymore.