[TYPO3] linked pictures in MENU

christian oettinger christian.oettinger at gmx.de
Thu Jun 22 13:56:14 CEST 2006


Hi all,


below is a snippet of my Setup. It creates a horizontal menu with 5 
(this is fix) buttons and above each button a different picture ($bild1, 
$bild2...). It looks good and the buttons are Menu links as expected. Is 
there a way to link the pictures too? (I tried ATagBeforeWrap, but 
probably this won't work with my kind of wrap)

Any other solution (maybe my whole concept is not smart)?
thanks for any hint!

oe (christian)

_______________


page.60 = HMENU
page.60 {
    stdWrap.wrap = <div 
id="horizont_menu"><table><tr><td>|</td></tr></table></div>
    special = directory
    special.value = 2
    1 = GMENU
    1 {
      target = _top
      NO {
        XY = [10.w]+20,20
        backColor = {$gold}
        wrap = 
{$bild1}||</td><td>{$bild2}||</td><td>{$bild3}||</td><td>{$bild4}||</td><td>{$bild5}||
          10 = TEXT
          10 {
            fontFile = {$horizont_navi_font}
            fontSize = {$horizont_navi_textsize}
            fontColor = {$sehrhellgelb}
            text.field = title
            offset = -8,11
            align = center
            niceText = 0
            antiAlias=1
          }
      }
    }
}



More information about the TYPO3-english mailing list