jQuery using .animate() fails to do ANYTHING in IE8
Posted
by Cypher
on Stack Overflow
See other posts from Stack Overflow
or by Cypher
Published on 2010-03-26T23:13:45Z
Indexed on
2010/03/27
0:43 UTC
Read the original article
Hit count: 312
So, it's official: I hate Internet Explorer. Yes, all bloody versions of it. :-D
So, I didn't think I was doing anything complicated here, but apparently I am. I have a bunch of list items in an unordered list styled for a navigation menu, and in Firefox, Chrome, Safari, and Opera, things work fine. What is supposed to happen is when you hover a navigational item, it should animate some growth and animate a background color change.
Nothing happens in Internet Explorer 7/8.
I think it's just tied to the animate function, since if I swap .animate with .css, it works.
http://project-cypher.net/wtf/
Ideas?
© Stack Overflow or respective owner