[Typo3-german] IMGMENU

Sven Burkert sb at lightwerk.com
Fri Jul 29 10:00:08 CEST 2005


> an deinem namen (und an der Newsgroup hier *g*) erkenne ich, dass du
> ebenfalls deutsch sprichst. Ich hoffe du hast nichts dagegen, wenn ich
> deutsch bevorzuge, denn mein englisch ist nicht verstaendlich :)

Ja ich bin tatsächlich des deutschen mächtig - da hatte ich gestern wohl einen 
kleinen Aussetzer.

Den Code findest du auf der Seite 
http://typo3.org/documentation/document-library/doc_core_tsbyex/IMGMENU/ und 
genau dieses Beispiel möchte ich nachvollziehen können.
Mein Code sah dann so aus:

# Meine Ergänzung
page = PAGE
page.typeNum = 0

# Code aus dem IMGMENU-Beispiel
temp.topmenu = HMENU
temp.topmenu.1.target = _top
temp.topmenu.maxItems = 6
temp.topmenu.entryLevel = 0
temp.topmenu.1 = IMGMENU
temp.topmenu.1.imgMapExtras = <AREA SHAPE="rect" alt="Frontpage" 
COORDS="5,5,69,70" href="http://www.typo3.com" target="_top">
temp.topmenu.1 {
  wrap = |<BR>
  main.XY = [10.w] , [10.h]
  main.10 = IMAGE
  main.10.file = fileadmin/tsbyex/imglogo.gif
  main.reduceColors = 16
  dWorkArea = 77,68
  NO.distrib = textX+10, 0
  NO.10 = TEXT
  NO.10 {
    text.field = title
    fontSize = 11
    fontColor = black
    niceText = 1
    offset = 0,0
    imgMap.explode = 3,2
  }
  NO.20 =   || BOX
  NO.20 {
    dimensions = -5,-9,1,11
    color = white
  }
}

page.10 < temp.topmenu

Viele Grüße
Sven



More information about the TYPO3-german mailing list