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, ...Firefox and SolpartmenuFirefox and Solpartmenu
Previous
 
Next
New Post
12/7/2007 4:03 PM
 

I'm running 4.5. I've tried setting the width in the menu container css class to the exact width, as well as to 1px as the previous poster suggested. Neither change made a difference.

Below are the css styles for the menu. Thanks in advance for your help!

.MainMenu_MenuContainer {
 border: 0 0 0 0;
 background-color: #02257F;
 text-align: center;
}
.MainMenu_MenuBar {
 cursor: pointer;
 cursor: hand;
 height: 32px;
}
.MainMenu_MenuItem {
 cursor: pointer;
 cursor: hand;
 color: #FFFFFF;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 7pt;
 font-weight: bold;
 border: 0 0 0 0;
 height: 32px;
 padding-top: 0px;
 padding-right: 2px;
 padding-bottom: 0px;
 padding-left: 2px;
}
.MainMenu_MenuIcon {
 width: 0;
 height: 0; 
 border-top: 0px;
 border-right: 2px;
 border-bottom: 0px;
 border-left: 2px;
 background-color: #00267f;

.MainMenu_SubMenu {
 background-color: #00267f;
 color: #FFFFFF;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 7pt;
 font-weight: bold;
 border: 0 0 0 0;
 padding-top: 0px;
 padding-right: 2px;
 padding-bottom: 0px;
 padding-left: 2px;
}
.MainMenu_MenuItemSel {
 cursor: pointer;
 cursor: hand;
 background-color: #00267f;
 color: #c97b05;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 7pt;
 font-weight: bold;
 border: 0 0 0 0;
 height: 32px;
 padding-top: 0px;
 padding-right: 2px;
 padding-bottom: 0px;
 padding-left: 2px;
}
.MainMenu_MenuBreak {
 border: 0 0 0 0;
 padding: 0 0 0 0;
 background-color: #00267f;
 color: #00267f;
}
.MenuSep {
 padding: 0 0 0 0;
 background-color: #00267f;
 color: #00267f;
}
.MainMenu_MenuArrow {
 display: none;
}
.MainMenu_RootMenuArrow {
 display: none;
}

 

 
New Post
5/21/2008 12:49 PM
 

you can fix the fire fox problem by adding in this code and setting the width to less than the smallest tab in your menu, essentially just set the width to 1px. This allows Firefox to read this code and IE not to read the code. The problem is though, Safari does read the code and menu is compressed in the Safari browser. I have yet to figure out a solution for all 3 browsers.

html>body .MainMenu_RootMenuitem TD
{
width: 70px
}
html>body .MainMenu_MenuitemSel TD
{
width: 70px;
}

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Firefox and SolpartmenuFirefox and Solpartmenu


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