Einzelnen Beitrag anzeigen
  #1  
Alt 03.05.06, 08:55
bjs1977 bjs1977 ist offline
Forum Stammgast
 
Registriert seit: 12.02.06
Alter: 31
Beiträge: 193

Transparentes Foldout_Menu


Hallo zusammen.

Ich habe hier ein Menu. Es läuft so wie gewollt, aber ich möchte, dass das foldout menu in transparent ist. Ich habe mich jetzt auch alles durchsucht, aber irgendwie funktioniert alles nicht, was ich ausprobiere. Irgendwie baue ich es falsch ein. Könnte mir eventuell jemand sagen wo ich den Filer:Alpha hinsetzen muss und wie genau.

Typoscript-Code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
temp.menu_1 = HMENU
temp.menu_1.1 = GMENU_LAYERS
temp.menu_1.1.applyH = 5
temp.menu_1.1 {
layerStyle = position:absolute;left:0px;top:122px;width:0px;VISIBILITY:hidden;
xPosOffset =-181
lockPosition = x
expAll=1
hideMenuWhenNotOver = 1
hideMenuTimer = 500
NO {
XY = 125, 30
5 = IMAGE
5.file = fileadmin/Templates/images/temp_anhaengerbau/button_bg.jpg
10 = TEXT
10.text.field = title
10.fontSize = 10
10.fontFile = fileadmin/Templates/fonts/ERASBD.TTF
10.fontColor = #FFFFFF
10.align = center
10.offset = 1,18
}
RO = 1
RO {
XY = 125, 30
5 = IMAGE
5.file = fileadmin/Templates/images/temp_anhaengerbau/button_bg.jpg
10 = TEXT
10.text.field = title
10.fontSize = 10
10.fontFile = fileadmin/Templates/fonts/ERASBD.TTF
10.fontColor = #FFFF51
10.niceText = 1
10.align = center
10.offset = 1,18
}
}
  # temp.menu_1.1.RO < temp.menu_1.1.NO
  # temp.menu_1.1.RO = Image
  # temp.menu_1.1.RO.file = fileadmin/template/graphics/new_navi_bg_ro.jpg
  # temp.menu_1.1.RO.fontColor = #ffffff

temp.menu_1.2 = GMENU_LAYERS
temp.menu_1.2.useLargestItemX = 1
temp.menu_1.2.expAll = 1
temp.menu_1.2.wrap = <nobr>|</nobr>
temp.menu_1.2 {
layerStyle = position:absolute;left:0px;top:210px;width:0px;VISIBILITY:hidden;
xPosOffset =-650
lockPosition = x
expAll=1
hideMenuWhenNotOver = 1
hideMenuTimer = 500
NO {
wrap = | <bR>
backColor = #6D6D6D
XY = 155, 20
10 = TEXT
10.text.field = nav_title // title
10.text.field = title
10.fontSize = 10
10.fontFile = fileadmin/fonts/tahoma.ttf
10.fontColor = #FFFF51
10.offset = 5,14
}
RO = 1
RO {
backColor = #CCCCCC
XY = 155, 20
10 = TEXT
10.text.field = title
10.fontSize = 10
10.fontFile = fileadmin/fonts/zrnic___.ttf
10.fontColor = #FFFF51
10.fontStyle = bold
10.offset = 5,14
}
}


# temp.menu_1.2.RO < temp.menu_1.2.NO
# temp.menu_1.2.RO=1
# temp.menu_1.2.RO.backColor = #cccccc



temp.menu_1.3 < temp.menu_1.2
temp.menu_1.4 < temp.menu_1.3
temp.menu_1.5 < temp.menu_1.4
temp.menu_1.6 < temp.menu_1.5

Ich wäre euch echt dankbar.

mfg

BJS
Mit Zitat antworten