[TYPO3-english] Subject: changing wrap for first and last menu items

Christopher Torgalson bedlamhotel at gmail.com
Thu May 14 19:02:47 CEST 2009


On Thu, May 14, 2009 at 9:52 AM, David Banning <david at skytracker.ca> wrote:
> I'm sorry the thread didn't connect so the question seems garbled.
>
> I was looking to change the class for the first and last menu items.
> As I understand it, that can be accomplished using something like;
>
> wrap = <ul id="yacbddm" class="firstLevel"> | </ul>   //  this is outer UL within which li's will appear
> NO.allWrap = <li class="first"> | </li> |*| <li class="normal"> | </li> |*| <li class="last"> | </li>   // this is parttdioning li's into three parts first, last and all in-between as norma
>
> But then I wanted to also allow for a different class for IFSUB.
>
> then -within- IFSUB I would like a differing class whether it is
> the first item, middle item or last item on the menu.
>
> Another way to say it would be like this (using six classes);
>
> First menu item - (if NO then class1, if IFSUB then class2)
> Middle menu item - ( if NO then class3, if IFSUB then class4)
> Last menu item - (if NO then class5, if IFSUB then class6)
>
> Like I say, I may be asking too much.


You're probably not asking anything that can't be done, but I strongly
suspect you're trying to produce a vastly more complicated system of
CSS classes than is actually needed. Do you have a screenshot of the
effect you're trying to achieve?


-- 
Christopher Torgalson
http://www.typo3apprentice.com/


More information about the TYPO3-english mailing list