[TYPO3] menu background

Tomas Mrozek mail at cascaval.com
Mon Aug 13 13:50:04 CEST 2007


I would use two nested divs that would wrap the whole menu:

subparts.LEFTNAV = HMENU
subparts.LEFTNAV.wrap = <div class="menu_wrap"><div 
class="menu_innerwrap">|</div></div>
subparts.LEFTNAV.entryLevel = 0
subparts.LEFTNAV.1 = TMENU
subparts.LEFTNAV.1 {
   NO.allWrap = <div class="level1"> | </div>
}

CSS:
---
"div.menu_wrap" would have the top part of the image as a background.
"div.menu_innerwrap" would have the bottom part of the image as a 
background.

Tomas Mrozek


More information about the TYPO3-english mailing list