How to apply separator between menu?
Last Post 05/15/2009 9:12 AM by Lee Sykes. 4 Replies.
Author Messages
DNN User
Nuke Master
Nuke Master
Posts:284


--
07/28/2008 7:06 AM  
Hi,
In dnn:NAV how shall I add  separator?

<dnn:NAV runat="server" id="dnnNAV" ProviderName="DNNMenuNavigationProvider" CSSControl="main_dnnmenu_bar" CSSContainerRoot="main_dnnmenu_container" CSSNode="main_dnnmenu_item" CSSNodeRoot="main_dnnmenu_rootitem" CSSIcon="main_dnnmenu_icon" CSSContainerSub="main_dnnmenu_submenu" CSSBreak="main_dnnmenu_break" CSSNodeHover="main_dnnmenu_itemhover" NodeLeftHTMLBreadCrumbRoot=""*"" />

Joseph Craig
DNN MVP
Posts:11667


--
07/28/2008 7:02 PM  
I've been looking for the correct attribute, but documentation on the new NAV menu seems to be well hidden. I hope that Lee or someone else can help.

Joe Craig, Patapsco Research Group
Complete DNN Support
Lee Sykes
DNN Creative Staff
Nuke Master VI
Nuke Master VI
Posts:4945


--
08/05/2008 5:09 AM  
check out this post where I listed the various properties available with the Nav Menu, including separator
Lee Sykes
Site Administrator
Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

Twitter: www.twitter.com/DNNCreative

Lee Sykes's Facebook Profile
John
Nuke Newbie
Nuke Newbie
Posts:7


--
05/14/2009 1:47 PM  
I am able to insert a separator in my DNN Nav menu but it takes on the mousover affects of the menu item to it's right. So if the menu items gets underlined, it does. Is there a way to fix that.
Lee Sykes
DNN Creative Staff
Nuke Master VI
Nuke Master VI
Posts:4945


--
05/15/2009 9:12 AM  
For troubleshooting through CSS code for elements such as that I use the techniques outlined here:
Troubleshooting DotNetNuke Skins

Hope this helps to get you started,
Lee Sykes
Site Administrator
Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

Twitter: www.twitter.com/DNNCreative

Lee Sykes's Facebook Profile


---