Drop Dwon Menus are Hidden - How to get them back?
Last Post 08/05/2010 10:40 AM by Joseph Craig. 5 Replies.
Author Messages
CBOSS INC
Nuke Pro
Nuke Pro
Posts:61


--
08/04/2010 4:08 PM  

I am working on a site for which I did nto design. The main navigation does not show the drop down of the child pages...

The ascx file has this:

ControlOrientation="Horizontal" CSSNodeRoot="main_topmenu_roo em" CSSNodeHoverRoot="main_topmenu_roo em_hover" CSSNodeSelectedRoot="main_topmenu_roo em_selected" CSSBreadCrumbRoot="main_topmenu_roo em_selected" CSSContainerSub="main_topmenu_submenu" CSSNodeHoverSub="main_topmenu_itemhover"
CSSNodeSelectedSub="main_topmenu_itemselected" CSSContainerRoot="main_topmenu_container" CSSControl="main_topmenu_bar" CSSBreak="main_topmenu_break" menualignment="center" ExpandDepth="1" PopulateNodesFromClient ="false" StartTabID="111" level="child" />

Is this incorrect?

Joseph Craig
DNN MVP
Posts:11667


--
08/05/2010 10:13 AM  
ExpandDepth: Sets number of levels the menu should show. You will have to set PopulateNodesFromClient to false for the desired effect.

Joe Craig, Patapsco Research Group
Complete DNN Support
CBOSS INC
Nuke Pro
Nuke Pro
Posts:61


--
08/05/2010 10:16 AM  

I have in the code above:

ExpandDepth="1" PopulateNodesFromClient ="false"

this should exapnd the menu to at least one level correct? or does it need to be set to:

ExpandDepth="2" PopulateNodesFromClient ="false"

Joseph Craig
DNN MVP
Posts:11667


--
08/05/2010 10:20 AM  
Try that.  I'm not near a site where I can test it right now.

Joe Craig, Patapsco Research Group
Complete DNN Support
CBOSS INC
Nuke Pro
Nuke Pro
Posts:61


--
08/05/2010 10:23 AM  
Got it... adding "2" helped this... now I just need to figure out how to add CSS to the drop down... does dnn have a specfic ID it uses for the drop downs?
Joseph Craig
DNN MVP
Posts:11667


--
08/05/2010 10:40 AM  

Joe Craig, Patapsco Research Group
Complete DNN Support


---