[TYPO3] Problem with image in GMENU

Anders Kongsted typo3 at kongsted.dk
Wed Sep 19 17:52:32 CEST 2007


Hi,

I'm working on a site, where use a GMENU with 3 levels. On the 3rd level 
I need a image included. That should be simple, but it doesn't work.

My code:

######################################################
temp.menu3 = HMENU
temp.menu3.noBlur = 1
temp.menu3.1 = GMENU
temp.menu3.entryLevel = 2
temp.menu3.1 {
  NO {
      allWrap = <div style="margin-bottom: 3px;"> | </div>
      #backColor = #FF0000
      XY = 160,30
      #XY = [4.w], [4.h]
       
        5 = IMAGE
        5.file = /fileadmin/billeder/menu/menu3bg2.jpg
       
       20 = TEXT
      20 {
        text.field = title
        text.case = upper
        fontSize = 16
        offset = 2,16
        align = left
        niceText = 1
        fontColor = #999999
        fontFile = fileadmin/template/Skipper.otf
      }
        }

    ACT < .NO
}
######################################################

I'm using T3 ver. 4.1.2.

Hope somone can help me... :)

Regard
Anders Kongsted



More information about the TYPO3-english mailing list