
Re: ul li a:hover CSS3 doesnt work
A number of people have run into this. IE apparently won't apply behaviors if they're specified in a :hover selector. Instead, apply the behavior using the main "ul#menu li a" selector. It should then activate itself when you hover.