This is my jsfiddle

I've got this menu working properly in FF. It doesn't work at all in IE. I understand that the transitions aren't supported in IE, but I expected the rest of it to work. I also understand that I need to do something with modernizr to polyfill for IE. But I don't know how to do this.

Please be patient with my ignorance. I'm pretty inexperienced with all of this. Thanks for your help!

有帮助吗?

解决方案

The fix is really simple... you have a stray LI tag after the testimonials link. IE9 isn't kind enough to ignore it and that's why it's breaking.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top