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, ...CSS Solparmenu problem in FireFoxCSS Solparmenu problem in FireFox
Previous
 
Next
New Post
9/22/2008 5:19 PM
 

When I view my site in IE everything looks good. When I view my site in FireFox there is a box that shows up when I rollover one of my menu options. I can't find anywhere in my CSS that would add a background box. Here is my CSS:

.RootMenu_Static TD{
 background: transparent;
 color: #fff;
 font: Verdana;
 font-size: 12px;
 font-weight: bold;
 margin: 0 auto;
 padding: 5px 0 0 15px;
}

 


/* the items in the main 'root' menu in their hoverd state - referenced in the xml skin file */
.RootMenu_Selected TD{
 background: transparent;/*url(bg_menu.jpg) repeat-x;*/
 color: #c00;
 font: Verdana;
 font-size: 12px;
 font-weight: bold;
 margin: 0 auto;
 padding: 5px 0 0 15px;
 
}

.RootMenu_Active TD{
 background: transparent;
 color: #fff;
 font: Verdana;
 font-size: 12px;
 font-weight: bold;
 margin: 0 auto;
 padding: 5px 0 0 15px;
}

.RootMenu_Breadcrumb TD{
 background: transparent;/*#D8E0EB; url(bg_menu.jpg) repeat-x;*/
 color: #fff;
 font: Verdana;
 font-size: 12px;
 font-weight: bold;
 margin: 0 0 0 0;
 padding: 5px 0 0 15px;
}

.HeaderPane { margin: 0; width:892px; height:34px; padding:0 0 0 0; vertical-align: top; background: transparent url(images/menu_bg.jpg)}
.LogoPane { margin: 0; width:892px; padding:0 0 0 0; vertical-align: top;}
.TopPane, .BottomPane, .ContentPane { margin: 0; padding: 10px 7px 7px 0; vertical-align: top; width: 100%; }
.LeftPane    { margin: 0; padding: 10px 35px 7px 25px; vertical-align: top; text-align: left; width: 25%; }
.RightPane    { margin: 0; padding: 10px 25px 7px 35px; vertical-align: top; text-align: left; width: 25%; }
.SidePane    { margin: 0; padding: 0 7px 7px 0; vertical-align: top; }
.MiddlePane    { margin: 0; padding: 0 7px 7px 0; vertical-align: top; width: 50%; }
 

 

And here is my Solpartmenu code:

<div id="HeaderPane" runat="server" class="HeaderPane" visible="true">
 <dnn:SOLPARTMENU runat="server" id="dnnSOLPARTMENU"
                                        separatecss="true"
                                        rootmenuitemcssclass="RootMenu_Static"
                                        rootmenuitemselectedcssclass="RootMenu_Selected"
                                        rootmenuitemactivecssclass="RootMenu_Active"
                                        rootmenuitembreadcrumbcssclass="RootMenu_Breadcrumb"
                                        rootmenuitemlefthtml="&nbsp;&nbsp;"
                                        rootmenuitemrighthtml="&nbsp;&nbsp;"
                                        usesubmenubreadcrumbarrow="false"
                                        userootbreadcrumbarrow="false"
                                        menueffectsmouseoverdisplay="none"
                                        cleardefaults="true"
                                        menualignment="left"                          
 />
</div>

 

Can someone tell me why there is background box in FF but not IE?

 
New Post
9/22/2008 10:06 PM
 

Could you provider the live website address?

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...CSS Solparmenu problem in FireFoxCSS Solparmenu problem in FireFox


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