Need help getting CSS Rollovers to work

leglez

Platinum Member
Nov 12, 2005
2,061
0
0

daMachine

Senior member
Oct 30, 2001
322
0
76
OK.

I found your problem.

You have a double entry for "#nav a:hover" (one where the white square is shown, and the correct one where the green one should be shown). Delete the appropriate "hover" reference and it works for me.

--daMachine

P.S.: The nav list doesn't render right in Firefox 1.1 (Yes, I know this is an old version). Try adding a "div" around the list and let the CSS work through that -- that is basically what you did in the "old" site -- my firefox likes it better.