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, ...DNN MenuDNN Menu
Previous
 
Next
New Post
1/3/2006 11:37 AM
 

Add the solpartmenu classes to your skin.css file.

here is an example from one of my skins that's pretty close to what you want, you'll just have to tweak the color settings where necessary to get your exact look and feel.


/* Main Menu */

.MainMenu_MenuContainer {
 border-bottom: #FFFFFF 0px solid;
 border-left: #FFFFFF 0px solid;
 border-top: #FFFFFF 0px solid;
 border-right: #FFFFFF 0px solid; 
 background-color: #BCBCBC;
}

.MainMenu_MenuBar {
 cursor: pointer;
 cursor: hand;
 height:16;
}

.MainMenu_MenuItem {
 cursor: pointer;
 cursor: hand;
 color: white;
 font-family: "Arial Black", Arial, Helvetica;
 font-size: 14px;
 font-weight: normal;
 font-style: normal;
 border-left: #FFFFFF 0px solid;
 border-bottom: #FFFFFF 0px solid;
 border-top: #FFFFFF 0px solid;
 border-right: #FFFFFF 0px solid;
}

.MainMenu_MenuIcon {
 cursor: pointer;
 cursor: hand;
 background-color: #BCBCBC;
 border-left: #000000 0px solid;
 border-right: #000000 0px solid;
 border-bottom: #000000 0px solid;
 border-top: #000000 0px solid;
 text-align: center;
 width: 15;
 height: 21;
}

.MainMenu_SubMenu {
 z-index: 1000;
 cursor: pointer;
 cursor: hand;
 background-color: #BCBCBC;
 filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ;
 border-bottom: #404040 0px solid;
 border-left: #FF8080 0px solid;
 border-top: #FF8080 0px solid;
 border-right: #404040 0px solid;
}

.MainMenu_MenuBreak {
 border-bottom: #404040 0px solid;
 border-left: #FF8080 0px solid;
 border-top: #FF8080 0px solid; 
 border-right: #404040 0px solid;
 background-color: #BCBCBC;
 height: 0px;
}

.MainMenu_MenuItemSel {
 background-color: #394E6C;
 cursor: pointer;
 cursor: hand;
 color: white;
 font-family: "Arial Black", Arial, Helvetica;
 font-size: 14px;
 font-weight: normal;
 font-style: normal;
 border-left: #000000 0px solid;
 border-right: #000000 0px solid;
 border-bottom: #000000 0px solid;
 border-top: #000000 0px solid;
}

.MainMenu_MenuArrow {
 font-family: webdings;
 font-size: 10pt;
 color: black;
 cursor: pointer;
 cursor: hand;
 border-left: #000000 0px solid;
 border-right: #000000 0px solid;
 border-bottom: #000000 0px solid;
 border-top: #000000 0px solid;
}

.MainMenu_RootMenuArrow {
 font-family: webdings;
 font-size: 10pt;
 color: black;
 cursor: pointer;
 cursor: hand;
}

 
New Post
1/3/2006 1:18 PM
 

Thanks, Steve! 

I found my initial problem was that I was using the same stylesheet for the container and skin, except for in the container, I was changing some of the values from within the stylesheet, so ie was using the last added stylesheet/link (which happens to be container), which is why it overwrite my menu preferences!  ugh, I love when it's simple errors.... but not when you spend hours trying to figure them out :)

Thanks again!

 

-Lucas

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...DNN MenuDNN Menu


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