Page 1 of 1

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

Posted: Thu Mar 25, 2010 10:28 am
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....

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

Posted: Thu Mar 25, 2010 3:37 pm
by Dr.CSS
Have you tried making a custom menu template?...