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 and css classes: where do I make mistake?solpartmenu and css classes: where do I make mistake?
Previous
 
Next
New Post
11/8/2007 4:15 AM
 

hallo,

I'm trying to style the solpartmenu using its classes but something is wrong: only the classes .MainMenu_MenuItem do cause some changes in the menu. All other classes seem not to cause any changes.

My template is in html and I uploaded also an xml file with the specs for the solpartmenu, here is the code of my xml file:

<Objects>
 <Object>
  <Token>[SOLPARTMENU:1]</Token>
  <Settings>
   <Setting>
    <Name>display</Name>
    <Value>vertical</Value>    
   </Setting>
   <Setting>
    <Name>menucontainercssclass</Name>
    <Value>MainMenu_MenuContainer</Value>    
   </Setting>   
   <Setting>
    <Name>menubarcssclass</Name>
    <Value>MainMenu_MenuBar</Value>    
   </Setting>   
   <Setting>
    <Name>menuitemcssclass</Name>
    <Value>MainMenu_MenuItem</Value>    
   </Setting>   
   <Setting>
    <Name>menuiconcssclass</Name>
    <Value>MainMenu_MenuIcon</Value>    
   </Setting>
   <Setting>
    <Name>menuitemselcssclass</Name>
    <Value>MainMenu_MenuItemSel</Value>    
   </Setting>
   <Setting>
    <Name>menubreakcssclasss</Name>
    <Value>MainMenu_MenuBreak</Value>    
   </Setting>
   <Setting>
    <Name>submenucssclass</Name>
    <Value>MainMenu_SubMenu</Value>    
   </Setting>
   <Setting>
    <Name>forcefullmenulist</Name>
    <Value>true</Value>    
   </Setting>
   <Setting>
    <Name>userootbreadcrumbarrow</Name>
    <Value>false</Value>    
   </Setting>
   <Setting>
    <Name>usearrows</Name>
    <Value>false</Value>    
   </Setting> 
   <Setting>
    <Name>rootmenuitembreadcrumbcssclass</Name>
    <Value>MainMenu_rootmenuitembreadcrumb</Value>    
   </Setting> 
   <Setting>
    <Name>submenuitembreadcrumbcssclass</Name>
    <Value>MainMenu_submenuitembreadcrumb</Value>    
   </Setting>
   <Setting>
    <Name>rootmenuitemcssclass</Name>
    <Value>MainMenu_rootmenuitem</Value>    
   </Setting>   
   <Setting>
    <Name>rootmenuitemactivecssclass</Name>
    <Value>MainMenu_rootmenuitemactive</Value>    
   </Setting>   
   <Setting>
    <Name>submenuitemactivecssclass</Name>
    <Value>MainMenu_submenuitemactive</Value>    
   </Setting>
   <Setting>
    <Name>rootmenuitemselectedcssclass</Name>
    <Value>MainMenu_rootmenuitemselected</Value>    
   </Setting>   
   <Setting>
    <Name>submenuitemselectedcssclass</Name>
    <Value>MainMenu_submenuitemselected</Value>    
   </Setting>           
  </Settings>
 </Object>
 <Object>
  <Token>[LOGIN]</Token>
  <Settings>
   <Setting>
    <Name>CssClass</Name>
    <Value>logboxtxt</Value>
   </Setting>
  </Settings>
 </Object> 
 <Object>
  <Token>[USER]</Token>
  <Settings>
   <Setting>
    <Name>CssClass</Name>
    <Value>logboxtxt</Value>
   </Setting>
  </Settings>
 </Object> 
 <Object>
  <Token>[BREADCRUMB]</Token>
  <Settings>
   <Setting>
    <Name>CssClass</Name>
    <Value>optionsbartxt</Value>
   </Setting>
   <Setting>
    <Name>Separator</Name>
    <Value><![CDATA[&lt;span class=&quot;crumb_sep&quot;&gt;&nbsp;\&nbsp;&lt;/span&gt;]]></Value>
   </Setting>
   <Setting>
    <Name>RootLevel</Name>
    <Value>0</Value>
   </Setting>   
  </Settings>
 </Object> 
</Objects>

 

Here is the code of portal.css that I modified directly in the editor of the site:

.MainMenu_MenuContainer {
border-left:1px #cccccc solid;
background-color:#ff0000;
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
background-color:#ffff00;
color:#000000;
text-transform:uppercase;
letter-spacing:1px;
font-family:arial;
font-size:90%;
width:211px;
padding-left:15px;
border-left:1px #000000 solid;
}

.MainMenu_MenuIcon {
}

.MainMenu_Submenu {
text-transform:lowercase;
font-size:95%;
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
font-weight:bold;
color:#ff0000;
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

 

Can you see a mistake somewhere? What am I missing? thanks for advice

 
New Post
11/8/2007 6:39 AM
 

Hi,

it's difficult to see what's could be wrong in your code. Maybe if you use firefox with firebug (an add-on for firefox) you may be able to see what's happening, can the site be viewed?

regards Bas

 

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...solpartmenu and css classes: where do I make mistake?solpartmenu and css classes: where do I make mistake?


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