Rakowski Tomasz schrieb: > Hello group!!! > > I am trying to construct a sitepath, that would look like that: > > <table> > <tr> > <td> Item </td> > </tr> > <tr> > <td with some backgroud> </td> > </tr> > <tr> > <td with other background> </td> > </tr> > </table> > > So, the idea is to have a multiline menu element - in my case > three-row-item. > I know how to generate traditional item-row (first one), but I have no > idea how simultaneously render the other two rows. > What's more important those two rows cannot be created apart from menu, > because the way they look and behave depends on menu item - if it is the > last menu item backgrounds are different etc. > > > Do you have any ideas how to do sth like that?
What about an optionsplit? http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/3/1/#id3520928 Bernd -- http://www.pi-phi.de/t3v4/cheatsheet.html _______________________________________________ TYPO3-english mailing list [email protected] http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
