Mega Nav works fine with any browser except for IE8 below.

470 views Asked by At

This is the site I'm current working on.

http://mdnetsolutions.com/

The dropdown menu works fine with any browsers except for IE8 and below. I have tried adding htmlshiv and other types of fixes I could find here but still no luck.

Is the Mega nav jquery not loading on IE8?.

http://codecanyon.net/item/shifty-nav-a-fully-responsive-js-css3-mega-menu/full_screen_preview/5319528

^ This is the Nav we are currently using, but I checked this one in IE8 and it's working just fine.

For anyone who could give me a hint on the problem we would really appreciate it. Thank you so much.

1

There are 1 answers

2
Leo On

David, The component you are using does not support IE8. Please double-check. Here's a screenshot of how it looks when I change the document mode to IE8.

enter image description here

Edit

Try setting this in your meta tags

<meta http-equiv="X-UA-Compatible" content="IE=8">

This will instruct ie to render in IE8