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

HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Solpartmenu Submenu - Child items "hang" when parent is clicked in IESolpartmenu Submenu - Child items "hang" when parent is clicked in IE
Previous
 
Next
New Post
1/7/2009 9:24 AM
 

I am having a problem with Solpartmenu in IE. When I have a submenu item with child items, and I click on that parent submenu item, the submenu disappears, BUT THE CHILD ITEMS HANG for a second.

Here is the site in development. Click on About > About Oneonta, and when you do, the 3 child items just hang there until the next page is loaded.

http://dev.inline.com/oneonta-al

This doesn't happen in Firefox.

Any help would be GREATLY appreciated!

Below is my css for the menu, as well as the related code from the skin .ascx file.


From skin .ASCX

       <dnn:MENU runat="server" ID="dnnMENU"
        rootmenuitembreadcrumbcssclass="MainMenu_RootMenuItemBreadcrumb"
        submenuitembreadcrumbcssclass="MainMenu_SubMenuItemBreadcrumb"
        rootmenuitemcssclass="MainMenu_RootMenuItem"
        rootmenuitemactivecssclass="MainMenu_RootMenuItemActive"
        submenuitemactivecssclass="MainMenu_SubMenuItemActive"
        rootmenuitemselectedcssclass="MainMenu_RootMenuItemSelected"
        submenuitemselectedcssclass="MainMenu_SubMenuItemSelected"
        UseRootBreadCrumbArrow="false" />

CSS

.MainMenu_MenuContainer
{
    background-color: transparent;
    height:40px;
}
.MainMenu_MenuBar
{
    cursor: pointer;
    height: 40px;
    background-color: Transparent;
}
.MainMenu_MenuItem
{
    cursor: pointer;
    color: #332a1b;
    font-family: Arial, Helvetica;
    font-size: 10pt;
    font-weight: bold;
    font-style: normal;
    background-color: Transparent;
}

.MainMenu_MenuItem td
{
    padding:0 10px;
    height:40px;
}

.MainMenu_SubMenu {
    z-index: 1000;
    cursor: pointer;
    cursor: hand;
    color:#d8e9fa;
    background-color:#fdf7a7;
    border:1px solid #999;
    filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3);
    margin:0;
    padding:0;
}

.MainMenu_SubMenu td{
    font-size: 9pt;
    font-weight: bold;
    height:32px;
    border-bottom:1px solid #18437a;
    padding:2px 4px 2px 0;
}

.MainMenu_MenuBreak
{
    border-bottom: #EEEEEE 1px solid;
    border-left: #EEEEEE 0px solid;
    border-top: #EEEEEE 1px solid;
    border-right: #EEEEEE 0px solid;
    background-color: #EEEEEE;
    height: 1px;
}

.MainMenu_MenuItemSel
{
    cursor: pointer;
    color: black;
    font-family: Arial, Helvetica;
    font-size: 10pt;
    font-weight: bold;
    font-style: normal;
    background-image:url(bg_rollover.jpg);
}

.MainMenu_MenuItemSel td
{
    padding:0 10px;
    height:40px;
}
.MainMenu_MenuArrow{
    display:none;
}

.MainMenu_RootMenuArrow{
    display:none;
}

.MainMenu_RootMenuItemActive{
    color: #fff;
    background-image:url(bg_active.jpg);
}

.MainMenu_RootMenuItemSelected{
    color: black;
    background-image:url(bg_rollover.jpg);
}

 
New Post
1/7/2009 6:42 PM
 

Sorry, no quick solution to offer but I can confirm that the quirk you describe is the default behavior of SolPartMenu.


esmamlin atxgeek.me
 
New Post
1/8/2009 10:26 AM
 

Thank you. It helps to know that this is a default behavior and not just something to do with my code.

If anyone can provide a workaround, I would be eternally indebted.

 
New Post
1/8/2009 11:31 AM
 

I think the best workaround is to use the DNNMenu, solpart is not actively developed anymore

 
New Post
1/8/2009 1:50 PM
 

Thank you, I will take note of that.

Now that I have the site set up with Solpartmenu, is there an efficient way to switch to DNNMenu?

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Solpartmenu Submenu - Child items "hang" when parent is clicked in IESolpartmenu Submenu - Child items "hang" when parent is clicked in IE


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