active menu & sub menu
Last Post 05/22/2006 4:14 AM by Lee Sykes. 1 Replies.
Author Messages
lionel luo
Posts:20


--
05/22/2006 3:49 AM  

hi lee,

can you please help me take a look, why the main menu item works fine,
1 http://216.176.223.166/uscbs/CaseSt...nbsp;-> the border works

but the sub item cause main menu item boder broken

2. http://216.176.223.166/uscbs/CaseSt...fault.aspx

I used this sample: http://www.codeproject.com/dotnet/dnntabskin.asp, can reproduce the same behave

please help.  thanks.

Lee Sykes
DNN Creative Staff
Nuke Master VI
Nuke Master VI
Posts:4945


--
05/22/2006 4:14 AM  
If you add:

.MainMenu_MenuContainer {
    border: 1px solid orange;
}

to your skin.css file you will see an orange border gets added to the outside of the menu. - So all you need to do is add this in the colour you need and then remove the top and bottom borders that you have already added for the individual items.

I've just created a 92 page doc which demos all of the classes in DotNetNuke including solpart which will be added to a new website for the next release in June which you should find handy for finding this info out.

Thanks,
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


---