Menu problem

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
sharebay
New Member
New Member
Posts: 2
Joined: Thu Oct 27, 2011 6:54 pm

Menu problem

Post by sharebay »

Hello guys,

Please can you give me the"menu manager" code for that structure.

Code: Select all

	<ul id="navbar">
	<li><a href="#">Main item</a><ul>
		<li><a href="#">Subitem One</a></li>
		<li><a href="#">Second Subitem</a></li>
		<li><a href="#">Third Subitem</a></li></ul>
	</li>
	<li><a href="#">Second Main item</a><ul>
		<li><a href="#">Subitem One</a></li>
		<li><a href="#">Second Subitem</a></li>
		<li><a href="#">Third Subitem</a></li></ul>
	</li>
	<!-- ... and so on ... -->
	</ul>
I need it fast pls pls help me.
Thanks in advance.
Please if somebody know other easy way for creating menus with menu manager can share his knowledge. I really like Cms Made Simple it is very easy to administrate such a system but my only problem is with the menus for me it's very difficult to create hem in CmsMs.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Menu problem

Post by Dr.CSS »

Copy one of the defaults and change the <ul> to your liking...

Go to menu manager, click the icon under import, name it hit submit, click the name of it to open then edit, it will give you the menu tag for it right next to the name of it...
Post Reply

Return to “Layout and Design (CSS & HTML)”