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, ...SOLPARTMENU CSS IssueSOLPARTMENU CSS Issue
Previous
 
Next
New Post
6/6/2008 11:11 AM
 

I am attempting to change the SOLPARTMENU's attributes in order match the color schema of my skin and I seem to have run into a problem.  My intentions are as follows:  the background color of menu while no mouse over present matchs that of the background of the part of the page the menu sits on hence background-color: transparent, the test color of the menu when no mouse over present is blue (#343399), on a mouse over I intended that the background color of the menu item in question would change to color of the text (#343399) and the color of the text would change to white, the sub menu background color would be the blue (#343399) and the text of the menu would be white as well.  The problem that I am running into is that all the settings are behaving as I would expect except the submenu text is no appearing as white until the item is scrolled over and instead is appearing blue(#343399).  Below is my current CSS for the menu, any help is appreciated.

 

/* MAIN MENU*/
.MainMenu_MenuBar
{
 cursor: pointer;
 height: 16px;
 background-color: Transparent;
}
.MainMenu_MenuItem
{
 cursor: pointer;
 color: #343399;
 font-family: Arial, Helvetica;
 font-size: 9pt;
 font-weight: bold;
 font-style: normal;
 background-color: Transparent;
}
.MainMenu_MenuIcon
{
 cursor: pointer;
 background-color: #343399;
 text-align: center;
 width: 15px;
 height: 21px;
}
.MainMenu_SubMenu
{
 z-index: 1000;
 cursor: pointer;
 background-color: #343399;
 color: white;
}
.MainMenu_MenuBreak
{

}
.MainMenu_MenuItemSel
{
 cursor: pointer;
 background-color: #343399;
 color: white;
 font-family: Arial, Helvetica;
 font-size: 9pt;
 font-weight: bold;
 font-style: normal;
}
.MainMenu_MenuArrow
{
 
}
.MainMenu_RootMenuArrow
{
 
}
.MainMenu_SubMenuItemActive
{
 background-color: #343399;
 color: white;
}
.MainMenu_RootMenuItemActive
{
 background-color: #343399;
 color: white;
}
.MainMenu_RootMenuItemSelected
{
 background-color: #343399;
 color: white;
}
.MainMenu_SubMenuItemSelected
{
 background-color: #343399;
 color: white;
}

Thanks.

Derek

 
New Post
6/10/2008 8:10 AM
Accepted Answer 

Replacing this section:

MainMenu_MenuItem
{
 cursor: pointer;
 color: #343399;
 font-family: Arial, Helvetica;
 font-size: 9pt;
 font-weight: bold;
 font-style: normal;
 background-color: Transparent;
}

with this:

MainMenu_MenuItem
{
}

got me to where I needed to be.

Thanks.

Derek

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...SOLPARTMENU CSS IssueSOLPARTMENU CSS Issue


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