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, ...IE 7 displays menu incorrectly... PLEASE HELP!!!IE 7 displays menu incorrectly... PLEASE HELP!!!
Previous
 
Next
New Post
7/25/2007 7:14 AM
 

Well,

here it is I think..... http://test.quacos.nl/hormenu/tabid/74/Default.aspx only for the rootitems.

skinname.ascx:

<dnn:SOLPARTMENU runat="server" id="dnnSOLPARTMENU"
 usearrows="false"
 userootbreadcrumbarrow="false"
 usesubmenubreadcrumbarrow="false"
 rootmenuitemcssclass="rootmenuitem"
 rootmenuitemactivecssclass="rootmenumenuitemactive"
 rootmenuitemselectedcssclass="rootmenuitemselected" />

skin.css:

.rootmenuitem td{
background-image:url(button.gif);
background-position:right;
background-repeat: no-repeat;
width:108px;
height:50px;
text-align:center;
vertical-align:top;
padding-top:13px;

}

.rootmenuitem {
color: #1B5B7C;
text-align: center;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, Tahoma;
font-weight: normal;
}

.rootmenuitemselected TD {
background-image: url(buttonON.gif);
background-repeat: no-repeat;
width:108px;
height:50px;
text-align:center;
vertical-align:top;
padding-top:13px;
}

.rootmenuitemselected {
text-align: center;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, Tahoma;
font-weight: normal;
color:white;
}

.rootmenumenuitemactive td{
background-image: url(buttonON.gif);
background-repeat: no-repeat;
width:108px;
height:50px;
text-align:center;
vertical-align:top;
padding-top:13px;
color:white;
}

 
New Post
10/12/2007 9:36 AM
 

Did you ever figure out why IE 7 was giving you this problem? I am having the same problem.

 
New Post
10/16/2007 11:45 AM
 

I had this problem (similar) as well, and I had to hack my way around it. My issue was with the separator image in the solpartmenu.

The separator image was 1px lower than the rest of the menu in IE 7. So, in the css, I placed a 1px border under the separator image which lifted it. However, that left a 1px horizontal line the length of my menu. I fixed this by making the entire row's background the same color as my 1px border-bottom.

I hope this helps someone:

CSS:

/*for the row*/
td.skingradient {background: url(bac-menu.jpg) top left repeat-x #e7e7e7;}
td.skingradient img {border-bottom: 1px solid #e7e7e7;} /*this shifts the separator image up 1px in IE 7*/

ASCX:

       <TD class="skingradient" valign="top">
        <dnn:SOLPARTMENU runat="server" id="dnnSOLPARTMENU"
                 MenuEffectsMouseOverDisplay="none"
                 UseRootBreadCrumbArrow="false"
                 DelaySubmenuLoad="true"
                
                 RootMenuItemCssClass="MainMenu_Idle"
                 RootMenuItemSelectedCssClass="MainMenu_Selected"
                 RootMenuItemActiveCssClass="MainMenu_Active"
                 RootMenuItemBreadCrumbCssClass="MainMenu_Breadcrumb"
                
                 SubMenuItemSelectedCssClass="SubMenu_Selected"   
                 SubMenuItemBreadCrumbCssClass="SubMenu_Breadcrumb"
                 SubMenuItemActiveCssClass="SubMenu_Active"
                
                 RootMenuItemLeftHtml="<span>"
                 RootMenuItemRightHtml="</span>"
                
                 Separator="<img src=&quot;bac-sep.jpg&quot; />" 
                 SeparatorCssClass="MainMenu_Separator"
                 ClearDefaults="false"
  
        /></TD>

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...IE 7 displays menu incorrectly... PLEASE HELP!!!IE 7 displays menu incorrectly... PLEASE HELP!!!


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