[TYPO3] Image after menu
Markus Rathmayr
mr at onscreen.at
Mon Jul 3 13:34:35 CEST 2006
I am not sure I got what you want to do.
What about doing a thing like that
subparts.MENU_ITEMS = COA
subparts.MENU_ITEMS.10 = HMENU
...
subparts.MENU_ITEMS.20 = image stuff
Jamie Gorst schrieb:
> Hi,
>
> I¹m trying to get an image to appear after my menu to close the surrounding
> frame. Andy ideas will be greatly appreciated.
>
> Jamie
>
> http://mpup.co.uk/index.php?id=1
>
> subparts.MENU_ITEMS = HMENU
> subparts.MENU_ITEMS.1 = GMENU
> subparts.MENU_ITEMS.1.target = _top
> subparts.MENU_ITEMS.1.expAll = 1
> subparts.MENU_ITEMS.file = GIFBUILDER
> subparts.MENU_ITEMS.1.NO {
> format = gif
> XY = [1.w],[1.h]
> wrap = | <BR>
> backColor =
> menuBackColor =
> 1 = IMAGE
> 1.file = fileadmin/mpuk/images/top_menu.gif
> 10 = TEXT
> 10.text.field = title
> 10.text.case = normal
> 10.offset = 14,16
> 10.fontColor = #FFFFFF
> 10.fontFile = t3lib/fonts/arial.ttf
> 10.fontSize = 12
> }
> subparts.MENU_ITEMS.2.RO < subparts.MENU_ITEMS.2.NO
> subparts.MENU_ITEMS.2.RO = 1
> subparts.MENU_ITEM.file = GIFBUILDER
> subparts.MENU_ITEMS.2.RO {
> format = gif
> XY = [1.w],[1.h]
> wrap = | <BR>
> backColor =
> menuBackColor =
> 1 = IMAGE
> 1.file = fileadmin/mpuk/images/menu_ro.png
> 10 = TEXT
> 10.text.field = title
> 10.text.case = normal
> 10.offset = 24,14
> 10.fontColor = #666666
> 10.fontFile = t3lib/fonts/arial.ttf
> 10.fontSize = 11
> }
>
>
More information about the TYPO3-english
mailing list