menu template, not getting it to work

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
basvcds
New Member
New Member
Posts: 5
Joined: Sat Jan 08, 2011 10:20 am

menu template, not getting it to work

Post by basvcds »

Hi Everyone

Ive been trying to setup my own menu template but im having a hard time getting it set up. The goal is creating a menu in which the first children pages are always visible, but children below that are not. Basicly, in html i would like the following:

Code: Select all

<ul class="menu">
	<li>	
		<a>
			1 Home
		</a>
	</li>
	<li>
		<a>
			2 PageWithChildren
		</a>
		<ul class="children">
			<li>
				<a>
					Child2.1
				</a>
			</li>
			<li>
				<a>
					Child2.2
				</a>
			</li>
		</ul>	
	</li>
</ul>
Could anyone give me some pointers on how to get this set up? Ive been reading the handbook on managing menu's but i just dont seem to get it. Does anyone have some tips or pointers on how to work this out, or maybe some links to tutorials or documentation on getting the menu to work? Thanks in advance
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: menu template, not getting it to work

Post by Dr.CSS »

Not enough info to really help you, what do you want it to look like, what menu template are you using, etc.etc...

A link to the site really helps...
spcherub
Power Poster
Power Poster
Posts: 402
Joined: Fri Jun 06, 2008 5:54 pm

Re: menu template, not getting it to work

Post by spcherub »

Also look into the options available for {menu} - you can control the levels of pages that are displayed.
Post Reply

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