Revision b7bd3cd7
Von Sven Schöling vor fast 18 Jahren hinzugefügt
css/menuv3.css | ||
---|---|---|
77 | 77 |
z-index:500; |
78 | 78 |
top:auto; |
79 | 79 |
display:none; |
80 |
/* IE6 event bug fix, a z-indexed layer without some kind of background will lose its events to the leyer below */ |
|
81 |
background:#000; |
|
80 | 82 |
} |
81 | 83 |
|
82 | 84 |
#menu ul ul ul { |
83 | 85 |
top:0; |
84 | 86 |
left:100%; |
87 |
background:#000; |
|
85 | 88 |
} |
86 | 89 |
|
87 | 90 |
/* Begin non-anchor hover selectors */ |
... | ... | |
115 | 118 |
{display:block;} |
116 | 119 |
|
117 | 120 |
/* End of non-anchor hover selectors */ |
118 |
/* |
|
119 |
ul { |
|
120 |
list-style: none; |
|
121 |
padding: 0; |
|
122 |
margin: 0; |
|
123 |
} |
|
124 |
|
|
125 |
li { |
|
126 |
float:left; |
|
127 |
position:relative; |
|
128 |
border:solid; |
|
129 |
border-width:0px 0; |
|
130 |
} |
|
131 |
|
|
132 |
li#first { |
|
133 |
border-left-width: 1em; |
|
134 |
} |
|
135 |
|
|
136 |
li#last { |
|
137 |
border-right-width: 1em; |
|
138 |
} |
|
139 |
|
|
140 |
li ul { |
|
141 |
display: none; |
|
142 |
position: absolute; |
|
143 |
top: 100%; |
|
144 |
left: 0; |
|
145 |
|
|
146 |
font-weight: normal; |
|
147 |
background: url(images/ddbg3.gif) bottom left no-repeat; |
|
148 |
padding: 0.5em 0 1em 0; |
|
149 |
border-right: solid 1px #7d6340; |
|
150 |
} |
|
151 | 121 |
|
152 |
li>ul { |
|
153 |
top: auto; |
|
154 |
left: auto; |
|
155 |
} |
|
156 |
|
|
157 |
li li { |
|
158 |
display: block; |
|
159 |
float: none; |
|
160 |
background-color: transparent; |
|
161 |
border: 0; |
|
162 |
} |
|
163 |
|
|
164 |
li:hover ul, li.over ul { |
|
165 |
display: block; |
|
166 |
} |
|
167 |
|
|
168 |
hr { |
|
169 |
display: none; |
|
170 |
} |
|
171 |
|
|
172 |
p { |
|
173 |
clear: left; |
|
174 |
background: url(images/remora.gif) center left no-repeat; |
|
175 |
padding: 1em 1em 0 1em; |
|
176 |
margin: 0; |
|
177 |
} |
|
178 |
*/ |
Auch abrufbar als: Unified diff
wieder ein bug weniger