|
05.06.00 (459) |
dnn:NAV runat="server" ID="dnnTopNav" ProviderName="DNNMenuNavigationProvider" IndicateChildren="True" ControlOrientation="Horizontal"
The navigation doesnt work, it just displays the items one below the other like a list on the sitemap page. I have changed the meta following tag, but the issue still exists:
< meta http-equiv='X-UA-Compatible' content='IE=EmulateIE9' />
The User agent string field is set to "Default", when I change it to "IE 10", the nav works fine again. Is it possible to set the User agent string field programatically?
I also tried '40FINGERS_StyleHelper' and used this:
<fortyfingers:STYLEHELPER
id="SH0"
RemoveFromHead="http-equiv=X-UA-Compatible"
AddToHead="<meta http-equiv='X-UA-Compatible' content='IE=EmulateIE9' />"
AddAtEnd="False" IfUserAgentString="IE9" doctype="HTML 4.01 Strict"
runat="server" />
That also doesnt solve the issue.
Help please. Thanks.