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, ...More space between menu itemsMore space between menu items
Previous
 
Next
New Post
7/17/2006 10:07 AM
 

Dear danzhang

If you set the paddings on <td></td> level it will work. For instance:

.MainMenu_MenuItem td {
  padding-left: 4px; padding-right: 4px;
}
.MainMenu_MenuItemSel td {
  padding-left: 4px; padding-right: 4px;
}

You can also use lefthtmlcssclass and righthtmlcssclass... Look at the documentation.

  Hope this will help.


Vriendelijke groeten
Gilbert Vanden Borre
 
New Post
7/18/2006 12:47 AM
 
Hi Gvborre,
    It all works! thank you very much! gvborre.
one last question, my boss wants to take off the right down arrow on main menu, do I have to change the code? or just change settings?
 
New Post
7/18/2006 1:32 AM
 
Dear danzhang

General arrow and breadcrumb settings. Changing by uploading skin [(html + .xml) or directly in ascx file]
Settings Own Settings Default Settings
userootbreadcrumbarrow false true
useskinpatharrowimages true false
usesubmenubreadcrumbarrow false false
usearrows false true

Setting the arrows. Changing by uploading skin [(html + .xml) or directly in ascx file]
Settings Own Settings Default Settings
RightArrow ---------- breadcrumb.gif
DownArrow ---------- menu_down.gif
rootbreadcrumbarrow ---------- No default value
submenubreadcrumbarrow ---------- No default value

.css for the arrows. Changing by uploading skin [(html + .xml) or directly in ascx file]
Settings Own Settings Default Settings
menurootarrowcssclass ---------- MainMenu_MenuRootArrow
menuarrowcssclass ---------- MainMenu_MenuArrow

So you can for instance set:
.MainMenu_MenuArrow {
  display:none;
}

  Hope this will help.

Vriendelijke groeten
Gilbert Vanden Borre
 
New Post
7/21/2006 12:56 PM
 

I am having similar issues (DNN4.3.3).  I was able to use the .td class with padding for the menu item and selected menu item classes in the css but the padding also moves the child arrow out.  I would like the child arrow to stay where it is and just add space between the root menu items.

I modified my skin.xml and skin.css classes with the following code, but there is no effect.  There is no reference to the MainMenu_SeparatorClass in the generated html either.  Is there something I am missing perhaps?  Thanks!

(Inside skin.xml)
<
Object>
   
<Token>[SOLPARTMENU]</Token>
   
<Settings>
      <Setting>
         <Name>separatorcssclass</Name>
         <Value>MainMenu_SeparatorClass</Value>
      </Setting>
   </Settings>
</Object>

(Inside Skin.css)
.MainMenu_SeparatorClass

{
   width: 30px;
   background: transparent url(RtMnItMiSprt.gif) repeat-x 0 0;
}

 
New Post
7/21/2006 2:19 PM
 
Dear brightsource

Have you uploaded your new skin. Have you checked that the separatorcssclass is set in the .ascx file after uploading?...
Normally it will work what you've set?...

Vriendelijke groeten
Gilbert Vanden Borre
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...More space between menu itemsMore space between menu items


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