[TYPO3-english] menu issue

Bernd Wilke t3ng at pi-phi.tk
Fri Apr 1 14:55:28 CEST 2011


On 04/01/2011 12:06 PM, Plamen Petkov wrote:
> Hi list,
> I have the following issue
>
> This HTML code for my menu
>
> <ul class="current"><li><a href="#nogo"><b>John Constable</b></a>
> <div class="select_sub show">
> 	<ul class="sub">
> 		<li><a href="#nogo">The Hay Wain</a></li>
> 		<li><a href="#nogo">Brighton Beach</a></li>
> 		
> 	</ul>
> </div>
> </li>
> </ul>
>
> <ul class="usual"><li><a href="#nogo"><b>John Constable</b></a>
> <div class="select_sub">
> 	<ul class="sub">
> 		<li><a href="#nogo">The Hay Wain</a></li>
> 		<li><a href="#nogo">Brighton Beach</a></li>
> 		
> 	</ul>
> </div>
> </li>
> </ul>
>
just use a clear definition of wraps like you can find on:
http://ug.typo3-nrw.de/listenmenue.html

note the different places to wrap with <ul> and <li>
you may combine wrapping with div and ul

bernd


More information about the TYPO3-english mailing list