Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Participant
836 Points
285 Posts
Mar 05, 2012 09:38 PM|LINK
It could be a browser issue. What browser do you use in local and production?
If it is less than IE 8 it will give you similar error as browser<8 dont have compatibility view.
Try adding:
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7">
<meta http-equiv="X-UA-Compatible" content="IE=7">
Inayat Rasoo...
Participant
836 Points
285 Posts
Re: Horizontal SubMenu Problem
Mar 05, 2012 09:38 PM|LINK
It could be a browser issue. What browser do you use in local and production?
If it is less than IE 8 it will give you similar error as browser<8 dont have compatibility view.
Try adding:
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7">
<meta http-equiv="X-UA-Compatible" content="IE=7">