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 settingMenu Mouseover setting
Previous
 
Next
New Post
12/6/2008 3:50 PM
 

Try this link. http://www.skinningtoolkit.com/ It has a list of which CSS classes go with what items. The stuff on there about the menu items is pretty accurate, although some of the other classses don't seem to do what they are labeled as. Hope this helps.

~Bee

 
New Post
12/7/2008 3:28 PM
 

Thanks for that

I will bee merry if i cn get this chnage implemented :)

 
New Post
12/9/2008 1:22 AM
 

i still cant seem to be able to nail this...

 
New Post
12/9/2008 7:17 AM
 

Here's an example of the menu styling for a skin I am working on. It has comments to show what styles what so maybe it will help you.

Good luck! ~Bee

 

/* SOLPART MENU */

.menu { /* container for menu object */
    clear: both;
 background-color: Transparent;
 height: 30px;
 width: 50%;
 position: relative;
 float: left;
 text-align: left;
 margin-top: 8px;
}
.MainMenu_MenuContainer {
    background-color: transparent;
}
.MainMenu_MenuBar {
    cursor: pointer;
    height: 19px;
    background-color: Transparent;
    padding:3px 2px 3px 2px;
}
.MainMenu_MenuItem { /* menu bar and menu bar text */
    border-color: transparent;
    cursor: pointer;
    color: #B4C2F9; /* text color for all non-active menu item text on menu bar */
    font-family: arial, helvetica, Sans-Serif;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    background-color: Transparent;
    height: 19px;
}
.MainMenu_MenuIcon { /* icons on the drop-down menu */
 display: none;
}
/* The styling of the drop-down menus
   Padding has to be the same as the hover class
   or you will get flickering */
.MainMenu_SubMenu { /*normal state text colors inherited from menu bar */
    color: white; /*This is the hover state for the drop-down menu text */
    background-color: #36439b; /*full background for drop-down menu */
    /* opacity for IE range is 0 to 100 */
    filter: alpha(opacity=80);
    /* opacity for CSS3 standard range is 0.0 to 1.0 */
    opacity: 0.8;
    margin: 0;
    border: 0px;
    cursor: pointer;
    display: inline;
    z-index: 150;
 padding:2px 3px 4px 3px;
}
.MainMenu_MenuItemSel { /* drop-down menu hover style */
    background-color: #ea2229; /*background hover state for all menu items */
    cursor: pointer;
    color: white; /*color of text in hover 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;
}
.MainMenu_MenuArrow, .MainMenu_RootMenuArrow {
 display: none;
}
/* This styles the active item on the menu.
   Make sure you are registering the SOLPART MENU.
   Use this line of code in your html to activate this class:
   <dnn:SolPartMenu runat="server" id="dnnSolPartMenu" rootmenuitemactivecssclass="rootmenuitemactivecssclass"/> */
.rootmenuitemactivecssclass {
    color: white;
}
/* END SOLPART MENU */

 
New Post
12/9/2008 11:14 AM
 

BeeMarie

If that's a direct copy-paste of your CSS, you are probably encountering issues. When I copy that out to my text editor (Notepad++), I'm showing multiple open and reversed brackets along with many orphaned style elements. This would undoubtedly lead to problems applying styles. However, I know that copy-and-pasting into the editor here can sometimes cause odd patterns, so I may be completely off-base.

Example

Correct: 
.classname {   text-size: 12px; color: #00FF00; }
.classname2 {  border: 1px solid black; }

What I'm seeing in the above code:

.menu { /* container for menu object */ }
clear: both;background-color: Transparent;height: 30px;width: 50%;position: relative;float: left;text-align: left;margin-top: 8px;

{Background-color: transparent;
.MainMenu_MenuBar
}


Wells Doty Jr
Online Content Development
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Menu Mouseover settingMenu Mouseover setting


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