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, ...Sub menu does not change color on mouse overSub menu does not change color on mouse over
Previous
 
Next
New Post
12/9/2008 6:17 AM
 

Hi. I have a little problem with my solpartmenu. everything is working fine except changing the sub menu color on mouse over.

I have this piece of CSS:

.MainMenu_SubMenuItemSelHover

TD

{

 

 

 

 

 

 

}

And  this setting on my .xml file:

color: #000000;height:20px;font-family: Arial, Verdana, Tahoma,sans-serif;font-size: 10px;font-weight: bold;background-color:#112288;

<

<

<

</

 

Best

GatoLindo

Setting>Name>submenuitemselectedcssclass</Name>Value>MainMenu_SubMenuItemSelHover</Value>Setting>Everything works fine, except for this. Any ideas??

 
New Post
12/9/2008 10:34 PM
 

Here is the actual styling CSS class for the Solpart menu hovering states. It doesn't actually style the selected item as it's name would seem to suggest. Instead it styles the mouseover or hover state of the menu. I hope this helps you.

~Bee

.MainMenu_MenuItemSel { /* drop-down menu hover style */
    background-color: #ea2229; /*background hover or mouseover color for all menu items */
    cursor: pointer;
    color: white; /*color of text in hover or mouseover state for all menu items*/
    font-family: arial, helvetica, Sans-Serif;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    border: 0;
    height: 13px;
    padding: 3px 3px 4px 5px;
}

 
New Post
12/12/2008 2:16 PM
 

If you're using the DNNNav element and the same XML statements as the default skin, to get a submenu item's hover state, you'll probably want to edit the following class:

.main_dnnmenu_itemselected { 
}

In the XML I took from the default skin, I'm showing:

For Root level items:
   <Setting>
    <Name>CSSNodeHoverRoot</Name>
    <Value>main_dnnmenu_rootitem_hover</Value>
   </Setting>

For sub-menu items it should be:
   <Setting>
    <Name>CSSNodeSelectedSub</Name>
    <Value>main_dnnmenu_itemselected</Value>
   </Setting>

 


Wells Doty Jr
Online Content Development
 
New Post
12/15/2008 5:58 AM
 

Well, I started working on your sugestion and, in the mean time, came across this site, www.skinningtoolkit.com , and decided to redo everything. Now it works.

Best

GatoLindo

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Sub menu does not change color on mouse overSub menu does not change color on mouse over


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