[TYPO3] GMENU / TMENU combined...
Chris Paige
system at chrispaige.info
Tue Mar 6 20:20:30 CET 2007
So many wraps, so little time... with a few semantic adjustments, CSS
styling, and further testing, that did the trick! Thanks Peter!
For future reference, my final typoscript goes something like this...
temp.menuMix = HMENU
temp.menuMix.1 = TMENU
temp.menuMix.1 {
NO.allWrap = <div class="menuMix"> | </div>
NO {
stdWrap.cObject = COA
stdWrap.cObject {
10 = IMAGE
10.file.import = uploads/media/
10.file.import.field = media
10.file.import.listNum = 0
20 = TEXT
20.field = title
}
}
}
My CSS includes something like this...
.menuMix img {
display:block;
margin:auto;
}
.menuMix a:hover {
font-weight:bold;
background-color:white;
}
More information about the TYPO3-english
mailing list