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, ...Menu mouseover in FirefoxMenu mouseover in Firefox
Previous
 
Next
New Post
4/23/2007 11:23 AM
 

Hello,

I am having a problem with the dropdown menus using SolPartMenu in Firefox in IE it is fine.  When I mouse over the first child in the drop down menu the menu resizes the right by a few pixels.  I do have a mouse over class in my css but the only thing it is doing is change the background color and font color.  Below are my css classes for the menus:

 .MainMenu_SubMenu {
BORDER-RIGHT: white 0px solid;
FILTER: alpha(opacity=90);
opacity: 0.9;
-moz-opacity:0.9;
border-left: #af3625 1px solid;
}

.MainMenu_MenuItem, .MainMenu_MenuItemSel{
cursor: pointer;
cursor: hand;
color: #000;
font-family: Arial, Helvetica;
font-size: 8pt;
font-weight: bold;
font-style: normal;
border-left: #FFFFFF 0px solid;
border-bottom: #FFFFFF 0px solid;
border-top: #FFFFFF 0px solid;
border-right: #FFFFFF 0px solid;
padding:3px;
background-color:#dbdbdb;
}


.MainMenu_MenuItemSel {
background-color: #0077a9;
color: #FFFFFF;
}

/*turns off the td that appears in the left hand side of the menu*/
.MainMenu_MenuIcon
{

display:none;
}

/*turns off the td that appears in the right hand side of the menu*/
.MainMenu_MenuArrow
{

font-size: 1px;
color: Black;
cursor: pointer;
cursor: hand;
border-right: #000000 0px solid;
border-bottom: #000000 0px solid;
border-top: #000000 0px solid;
background-image:none;
width:2px;
border-right: #dbdbdb 1px solid;
}

I assume I just have some setting wrong and that this is not a bug in the menu.  Any idea what I am doing wrong?

Thanks

 

 
New Post
4/23/2007 1:47 PM
 

Please provide a url to look at (Its easier for me to troubleshoot your whole environment this way).


 
New Post
4/26/2007 8:45 PM
 

Jon,

Thanks for responding.  To see the site you need to first register:

http://www.claraview.com/dnn/register.aspx

After you register I will need to update your permissions, so you can see the pages.  Could you please respond back to this posting that you have registered.

Thanks,

Dave

 

 
New Post
5/3/2007 4:47 PM
 

your issue is with the padding on the MainMenu_MenuItem and MainMenu_MenuItemSel.  If you remove the padding: 3px; it will be fixed.   Another option if padding is required is to add this to your skin.css


.MainMenu_MenuItem td, .MainMenu_MenuItemSel td{
 padding:3px;
}


 
New Post
5/4/2007 9:35 AM
 

Thanks, adding that extra style rule did the trick.

Is there some sample HTML and/or a way to output the HTML that the solpart menu creates.  This would be very helpful with all the various ways the menu can be styled. 

Thanks

 

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Menu mouseover in FirefoxMenu mouseover 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