#1  
Alt 03.06.07, 00:04
Forum Newbie
 
Registriert seit: 02.06.07
Beiträge: 11
Frage GMENU Layer verschwindet hinter Frame

Ein kleines Problemchen:

Habe eine simple Seite gebaut mit einem Frameset bestehend aus 2 Frames:
- Navigation-Bereich (oben)
- Content-Bereich (unten)

Im Navigationsbereich verwende ich ein GMENU mit Layers. So weit so gut. Ich sehe den
aufgeklappten Layer zwar, aber er verschwindet nach unten hinter dem Content Frame.
Was kann ich machen? Würde mich über jede Anregung freuen, vielen vielen Dank. Anbei noch der TS Code:

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:
# Definition of the page-objects
navi = PAGE
content = PAGE
navi.includeLibs.gmenu_layers = media/scripts/gmenu_layers.php

navi.typeNum = 1
content.typeNum = 2

# Defining the navi-frame

navi.10 = TEMPLATE
navi.10 {
template = FILE
template.file = fileadmin/kiwanis/template/navi.html
workOnSubpart = DOKUMENT

# Menue2
marks.MENUE2 = HMENU
marks.MENUE2 {
special = list
special.value = 6,16,15,14
1 = TMENU
1.target = content
1.NO {
before =  
after =   | |*|   | |*|  
}
}


# Hauptmenu

marks.MENUE = HMENU
marks.MENUE.1 = GMENU_LAYERS
marks.MENUE.1 {
target = content
layerStyle = position:absolute;left:-20px;top:280px;width:100px;VISIBILITY:hidden;
xPosOffset = 0
lockPosition = x
expAll=1
NO {
backColor = #004983
XY = [10.w]+30, 20
10 = TEXT
10.text.field = title
10.fontFace = fileadmin/verdana.ttf
10.fontSize = 12
10.offset = 5,15
}
}
marks.MENUE.2 = GMENU
marks.MENUE.2.target = content
marks.MENUE.2.NO {
backColor = #333333
XY = 140, 20
10 = TEXT
10.text.field = title
10.fontFace = fileadmin/verdana.ttf
10.fontSize = 11
10.offset = 5,13  
}
}

# Defining the content-frame
content.10 = TEMPLATE
content.10 {
template = FILE
template.file = fileadmin/kiwanis/template/content.html
workOnSubpart = DOKUMENT
subparts.INHALT < styles.content.get

}

outer_frameset = PAGE
outer_frameset.typeNum = 0

#Frameset definieren
outer_frameset.frameSet.rows = 293,*
outer_frameset.frameSet.params = marginwidth="0" marginheight="0" border="0" framespacing="0" frameborder="NO"
outer_frameset.frameSet {
1 = FRAME
1.obj = navi
1.params = marginwidth="0" marginheight="0" scrolling="no" frameborder="0" noresize

2 = FRAME
2.obj = content
2.params = marginwidth="0" marginheight="0" scrolling="yes" frameborder="0" noresize
}

Geändert von fear4 (05.06.07 um 17:00 Uhr)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
Mit Zitat antworten
Sponsored Links
Unterstützen Sie das Forum und buchen Sie Ihren Webspace beim
T3N Testsieger, dem Webhoster der auch dieses Forum hostet!


Antwort

Lesezeichen

Themen-Optionen
Ansicht Thema bewerten
Thema bewerten:

Forumregeln
Es ist Ihnen nicht erlaubt, neue Themen zu verfassen.
Es ist Ihnen nicht erlaubt, auf Beiträge zu antworten.
Es ist Ihnen nicht erlaubt, Anhänge hochzuladen.
Es ist Ihnen nicht erlaubt, Ihre Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are an


Ähnliche Themen
Thema Autor Forum Antworten Letzter Beitrag
Menu verschwindet hinter Flash micha182 HTML & CSS 2 25.02.08 13:49
GMENU-Layer im IE nicht ausrichtbar??? Schantall GMENU, HMENU, TMENU und Co. 2 16.01.08 20:44
Bilder hinter Aufzählung? CubaLibre TYPO3 3.x Fragen und Probleme 0 05.06.06 11:19
GMENU: Text-Layer nicht sichtbar Autumnfire GMENU, HMENU, TMENU und Co. 1 27.04.06 20:00
Brauche Hilfe bei Navi mit GMENU-LAYER spyma GMENU, HMENU, TMENU und Co. 0 17.03.06 15:56


Alle Zeitangaben in WEZ +1. Es ist jetzt 04:46 Uhr.


Powered by vBulletin® Version 3.8.4 (Deutsch)
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.2

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 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165