Is there a menu template to get a Definition Lists <DL>, <DT> and <DD>

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"
Locked
dont

Is there a menu template to get a Definition Lists <DL>, <DT> and <DD>

Post by dont »

Is there a menu template to get a Definition Lists , and

I have a css menu that uses Definition Lists tags,
is there a menu template thats output that?

Code: Select all

<div id="positioner">

<div id="holder">
<dl class="menu">
	<dt>
		<a href="#url">Home</a>
	</dt>
</dl>
<dl class="menu">
	<dt>
		<a href="#url">Products</a>
	</dt>

	<dd>
		<a href="#url">Digital Cameras</a>
		<a href="#url">Monopods & Tripods</a>
		<a href="#url">Flashguns & Reflectors</a>
		<a class="last1" href="#url">Telephoto Lenses</a>

	</dd>
</dl>
<dl class="menu">
	<dt>
		<a href="#url">Services</a>
	</dt>
	<dd>
		<a href="#url">Enlarging</a>
		<a href="#url">Framing & Restoring</a>

		<a href="#url">Printing</a>
		<a href="#url">Copying</a>
		<a href="#url">Sepia Toning</a>
	</dd>
</dl>
</div>
</div>


I tried myself but can't get it fixed....
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Is there a menu template to get a Definition Lists <DL>, <DT> and <DD>

Post by Dr.CSS »

Have you tried making a custom menu template?...
Locked

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