Bold font in GMENU RO

Submitting your vote...
Not rated yet. Be the first who rates this item!
Click the rating bar to rate this item.

The following Snippet shows, how to create a a GMENU with bold font in the rollover (RO). If you create the menu in the usual way you have the problem, that the rolloverimage looks bad because it gets shrunk as it is bigger then the orginal.

To avoid this problem you can create a hidden textobject, with the properties as the desired Object in RO. Now you know the dimensions of the RO and you can use them to calculate the size of the NO. This way the Rollover looks good :)

 

Here is the typoscript code

 


temp.gmenu=HMENU
temp.gmenu.1=GMENU
temp.gmenu.1{
  NO {
    backColor=#CCCCCC
    XY=[20.w]+20,20
    10=TEXT
    10.text.field=title
    10.fontFile=fileadmin/fonts/verdana.ttf
    10.fontSize=11
    10.fontColor=#333333
    10.offset=6,14
     
    20 = TEXT
    20.hide=1
    20.text.field = title
    20.fontFile = fileadmin/fonts/verdanab.ttf
    20.fontSize = 11
    20.offset = 6,14
  }
   
  RO = 1
  RO {
    XY = [10.w]+20,20
    10 = TEXT
    10.text.field = title
    10.fontFile = fileadmin/fonts/verdanab.ttf
    10.fontSize = 11
    10.fontColor = #333333
    10.offset = 6,14
     
  }
}

 

 

Have a look to the 20 object, there are 2 important things. First thing is the hide=1 with allows us to hide the object. The second thing is that we use the same bold font as in the rollover, this way he have the same size

 

View sample

 

More information can be found on TSRef

GMENU

GIFBUILDER

 

 

 

 

 


Top 10 Updates

Using lightbox without extension geändert am  13-Jun-2008 14:20:51
Custom field for GMENU alt text geändert am  13-Jun-2008 13:58:07
Extending typoscript properties with stdWrap geändert am  13-Jun-2008 13:54:32
Create menus using data from other tables than "pages" V2  geändert am  24-Mar-2008 13:02:09
Login geändert am  17-Mar-2008 12:47:52
Forum geändert am  17-Mar-2008 10:07:47
Who is Typo3wizard.com geändert am  26-Dec-2007 16:07:32
Menu as un-nested lists (iphone navigation) geändert am  29-Oct-2007 15:05:53
IF Conditions with AND and OR operators geändert am  16-Oct-2007 19:16:04
UserFunc to fix problems with HMENU type "special=updated"  geändert am  16-Oct-2007 18:58:40
Deutsch
Search: