[TYPO3-english] MENU wrap issue

Morten Hagh morten at hagh.dk
Tue Mar 8 15:57:56 CET 2011


Hi Sergey Alexandrov and Tomas Mrozek,

I have no idea why I did it my way. 

But wrap = <div class="sub"><ul>|</ul></div> works perfectly as intended!

Thank you.




-----Oprindelig meddelelse-----
Fra: typo3-english-bounces at lists.typo3.org
[mailto:typo3-english-bounces at lists.typo3.org] På vegne af Sergey Alexandrov
Sendt: 8. marts 2011 15:49
Til: TYPO3 English
Emne: Re: [TYPO3-english] MENU wrap issue

why don't you simple warp it with

wrap = <div class="sub"><ul>|</ul></div>
NO.wrapAll = <li>|</li>


On 3/8/2011 9:33 AM, Morten Hagh wrote:
> Hi list,
>
>
>
> I have an issue with some wraps when I try to make a CSS mega menu.
>
> I need to have a wrap in the following order
>
> <div class="sub">
>
> <ul>
>
> <li>Item 1</li>
>
> <li>Item 2</li>
>
> </ul>
>
> </div>
>
>
>
>
>
> I use this
>
> lib.TOPMENU.2<  lib.TOPMENU.1
> lib.TOPMENU.2 {
>    stdWrap.outerWrap =<div class="sub">|</div>
>    wrap =<ul>|</ul>
>    NO.ATagTitle.field = title
>    NO.wrapItemAndSub =<li>|</li>
>    NO.doNotLinkIt = 0
> }
>
>
>
> But my wrap is then as follows:
>
> <ul>
>
> <div class="sub">
>
> <li>Item 1</li>
>
> <li>Item 2</li>
>
> </div>
>
> </ul>
>
>
>
>
>
> What am I doing wrong ?
>
>
>
> /Morten Hagh
>
> _______________________________________________
> TYPO3-english mailing list
> TYPO3-english at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
_______________________________________________
TYPO3-english mailing list
TYPO3-english at lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english



More information about the TYPO3-english mailing list