Xris:CSSPopupMenu
From TYPO3Wiki
Used Ideas from: http://www.typo3.net/faq/div_aufgaben/menu_bulletlist/
Using this menu system: http://www.twinhelix.com/dhtml/fsmenu/
Put this TypoScript in the template setup section:
temp.leftnav = HMENU temp.leftnav.wrap = <nowiki><ul class="menulist" id="listMenuRoot"> | </ul></nowiki> temp.leftnav.entryLevel = 1 temp.leftnav.1 = TMENU temp.leftnav.1 { expAll = 1 NO { wrapItemAndSub = <nowiki><li> | </li></nowiki> stdWrap = upper } ACT = 1 ACT { wrapItemAndSub = <nowiki><li id="selected"> | </li></nowiki> stdWrap = upper } } temp.leftnav.2 = TMENU temp.leftnav.2 { wrap = <nowiki><ul> | </ul></nowiki> expAll = 1 NO { wrapItemAndSub = <nowiki><li > | </li></nowiki> stdWrap = upper } }
To be honest: It is not a pure CSS menu - i gave up on that one because since IE SP2, using behaviour scripts won't work anymore .. :-/ (and you need behaviour scripts because IE5.x has problems with :hover on tags different from links)