[TYPO3] GMENU / TMENU combined...

Peter Klein peter at umloud.dk
Tue Mar 6 14:07:45 CET 2007


Hi Chris.

1) No.
2) No. But instead of using the "beforeImg" property, you can add it 
directly to the *hidden* stdWrap property of the TMENU, like this:

10 = HMENU
10.1 = TMENU
10.1 {
  NO {
    stdWrap.cObject = COA
    stdWrap.cObject {
      10.import = uploads/media/
      10.import.field = media
      10.import.listNum = 0
      20 = TEXT
      20.field = title
    }
  }
}

-- 
Peter Klein/Umloud Untd

"Chris Paige" <system at chrispaige.info> skrev i en meddelelse 
news:mailman.57435.1173179099.21067.typo3-english at lists.netfielders.de...
Hi,

I'm trying to figure out how to setup typoscript to create a menu that 
includes both image and non-GIFBUILDER text.

I want the image to come from media, such as...

          import = uploads/media/
          import.field = media
          import.listNum = 0

I want text to be scalable text (font-size with ems).

AND I want to be able to adjust the background color behind all of this on 
hover.

I can see how to do GMENU version with RO/rollover, but text in GIFBUILDER 
is not scalable and I can't figure out how to append plain text within a 
GMENU.

I can also see how to do use beforeImg in a TMENU, but the A tag for the 
beforeImg is seperate from the A tag for the text.  This means that the 
background changes on the image area OR behind the text.  But it does not 
hover as if one connected object.  (See: 
http://redesign.tabunited.org/navigation/home/)

1 - Is there a way to add scalable (ems) menu text to a GMENU?
2 - Is there a way to enclose the beforeImg and TMENU text in the *same* A 
tag to enable a unified hover?

Thanks for your pointers...

Chris 




More information about the TYPO3-english mailing list