Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeGetting StartedGetting StartedNew to DNN Plat...New to DNN Plat...IE9 submenus not showingIE9 submenus not showing
Previous
 
Next
New Post
8/7/2012 12:48 PM
 

I have tried to find a solution in the forum, but didn't get a good answer. On the site, www.expedeon.com submenus work in everything but IE9 (unless compatibility is checked), where they simply don't show up. The skin is from the design challenge and uses the jdmenu menu. I am running DNN 6.1 Does anyone have a solution to fix this issue?

Thanks.

 
New Post
8/7/2012 1:58 PM
 

This code, added to the skin's ASCX file, should for IE compatibility mode. (replace the ! with <)

!script runat="server">

Protected Sub Page_PreRender(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.PreRender
        meta.Text = "!meta http-equiv=""X-UA-Compatible"" content=""IE=EmulateIE8"" />"
        Me.Page.Header.Controls.AddAt(1, meta)
    End Sub
!/script>

 
New Post
8/7/2012 4:17 PM
 
Thanks, but I changed the 3 "!" to "<" and put it in the skin ascx file and the skin disappeared, with the page reverting to a broken version of the standard dark knight skin. I tried putting it after the registrations and at the end, both had the same result. What am I doing wrong? Here is the file.

<%@ Control language="vb" AutoEventWireup="false" Explicit="True" Inherits="DotNetNuke.UI.Skins.Skin" %>
<%@ Register TagPrefix="dnn" TagName="LOGO" Src="~/Admin/Skins/Logo.ascx" %>
<%@ Register TagPrefix="dnn" TagName="LOGIN" Src="~/Admin/Skins/Login.ascx" %>
<%@ Register TagPrefix="dnn" TagName="USER" Src="~/Admin/Skins/User.ascx" %>
<%@ Register TagPrefix="dnn" TagName="SEARCH" Src="~/Admin/Skins/Search.ascx" %>
<%@ Register TagPrefix="dnn" TagName="DNNJDMENU" Src="~/DesktopModules/DNNJDMenu/DNNJDMenu.ascx" %>
<%@ Register TagPrefix="dnn" TagName="STYLES" Src="~/Admin/Skins/Styles.ascx" %>
<%@ Register TagPrefix="dnn" TagName="COPYRIGHT" Src="~/Admin/Skins/Copyright.ascx" %>
<%@ Register TagPrefix="dnn" TagName="TERMS" Src="~/Admin/Skins/Terms.ascx" %>
<%@ Register TagPrefix="dnn" TagName="PRIVACY" Src="~/Admin/Skins/Privacy.ascx" %>































































 
New Post
8/7/2012 4:22 PM
 
Thanks for the quick response, but unfortunately, when I replace the 3 "!" with "<" and put the code in the ascx file, the skin disappears and is replaced with a broken version of the standard dark knight skin. Any ideas what I am doing wrong, I tried the code at the end and after the registrations, both had the same result.
 
New Post
8/7/2012 4:23 PM
 
Mike Riley wrote:

This code, added to the skin's ASCX file, should for IE compatibility mode. (replace the ! with <)

!script runat="server">

Protected Sub Page_PreRender(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.PreRender
        meta.Text = "!meta http-equiv=""X-UA-Compatible"" content=""IE=EmulateIE8"" />"
        Me.Page.Header.Controls.AddAt(1, meta)
    End Sub
!/script>

 Thanks for the quick response, but unfortunately, when I replace the 3 "!" with "<" and put the code in the ascx file, the skin disappears and is replaced with a broken version of the standard dark knight skin. Any ideas what I am doing wrong, I tried the code at the end and after the registrations, both had the same result. Here is the original page code:

 
Previous
 
Next
HomeHomeGetting StartedGetting StartedNew to DNN Plat...New to DNN Plat...IE9 submenus not showingIE9 submenus not showing


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out