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, ...NAV Drop Down ArrowsNAV Drop Down Arrows
Previous
 
Next
New Post
1/9/2009 7:30 PM
 

I need help with adding Drop Down Arrows after every Root Menu Item that has Sub Menu Items in the NAV Menu.

Adding IndicateChildren="true" and IndicateChildImage="<img src='action.gif'>" in the NAV Skin Object does nothing.

Here is my NAV Skin Object:
<dnn:NAV runat="server" id="dnnNAV" ProviderName="DNNMenuNavigationProvider" ControlOrientation="Horizontal" CSSControl="MainMenu_MenuBar" CSSContainerRoot="MainMenu_MenuContainer" CSSContainerSub="MainMenu_SubMenu" CSSNode="MainMenu_MenuItem" CSSNodeHover="MainMenu_MenuItemHover" CSSIcon="MainMenu_MenuIcon" SeparatorHTML="<font color=#c9d7f1>&nbsp;&nbsp;|&nbsp;&nbsp;</font>" IndicateChildren="true" IndicateChildImage="<img src='action.gif'>" />

Here is my NAV CSS:
.MainMenu_MenuBar {background-color: #FFFFFF;}
.MainMenu_MenuContainer {background-color: #FFFFFF;}
.MainMenu_SubMenu {border-top: #eaeaea 1px solid; border-left: #eaeaea 1px solid; border-right: #eaeaea 1px solid; border-bottom: #eaeaea 1px solid; background-color: #FFFFFF; z-index: 1000; filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); padding: 1px 1px 1px 1px;}
.MainMenu_MenuItem {font-size: 11px; color:#0000FF; text-decoration:none; font-weight:normal;}
.MainMenu_MenuItemHover {font-size: 11px; color:#0000FF; text-decoration:underline; font-weight:normal;}
.MainMenu_MenuIcon {background-color: #FFFFFF; border-bottom: #eaeaea 0px solid; border-left: #eaeaea 0px solid; border-top: #eaeaea 0px solid; border-right: #eaeaea 0px solid;text-align: center; width: 15; height: 21;}

 
New Post
1/11/2009 11:49 AM
 

I can confirm that in DNN 5.0 that trying to change the dropdown arrows for the root items does not work.

IndicateChildren="true" (turns the child arrows on - works)

IndicateChildImage="/images/help.gif" (change the root menu arrows - DOES NOT WORK)

IndicateChildImageSub="/images/help.gif" (change the sub menu arrows - works)

 

 
New Post
1/11/2009 5:22 PM
 

I just had a quick look at the source code & instead of "IndicateChildImage" it has "IndicateChildImageRoot". So if you use the below code it should hopefully work for you :)

IndicateChildImageRoot="/images/help.gif" (change the root menu arrows - works)

 
New Post
1/11/2009 7:18 PM
 

I had the wrong image path because I didn't know what directory to reference the path to.

The drop down arrow isn't displaying properly because it is actually overlapping the root item.

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...NAV Drop Down ArrowsNAV Drop Down Arrows


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