[Typo3] tmenu_layers: An Example

Michael Cannon michael at cannonbose.com
Tue May 17 06:47:02 CEST 2005


I got tmenu_layers working this evening after a hundred attempts at 
http://stc.sttammany.com/.

Any comments are welcome.

## Setup
includeLibs.tmenu_layers = media/scripts/tmenu_layers.php

other.nav-main = HMENU
other.nav-main {
	special = list
	special.value = 11, 10, 9, 8, 7, 6, 120, 152
}

other.nav-main.1 = TMENU_LAYERS
other.nav-main.1 {
	expAll = 1
	lockPosition =
	dontFollowMouse = 0
	xPosOffset = +35
	topOffset = +141
	freezeMouseover = 1
	hideMenuWhenNotOver = 10
	hideMenuTimer = 1000
	dontHideOnMouseUp = 1
}

other.nav-main.1 {
	noBlur = 1
	NO.linkWrap = | | |*||*| |
}

other.nav-main.2 = TMENU
other.nav-main.2 {
	wrap = <ul style="background: #eee; padding: 0 1.5em; margin: 
0;">|</ul>
	noBlur = 1
	NO.linkWrap = <li>|</li>
}

# MLC on for testing
# other.nav-main.1.wrap = <div id="header-nav-1">|</div>
# page.1 < other.nav-main




More information about the TYPO3-english mailing list