Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 8fe9cae3

Von Sven Schöling vor fast 12 Jahren hinzugefügt

  • ID 8fe9cae3dfa3e782e696d91e899ce327fbe69f1e
  • Vorgänger 3aee0060
  • Nachfolger 6b83fddf

Menüüberlappungen etwas sinnvoller gelöst

behebt #1973

Unterschiede anzeigen:

css/lx-office-erp/menu.css
115 115
z-index:500;
116 116
top:auto;
117 117
display:none;
118
background:#000;
119 118
}
120 119

  
121 120
#menuv3 ul ul ul {
122 121
top:0;
123 122
left:100%;
124
background:#000;
125 123
}
126 124

  
127 125
/* Begin non-anchor hover selectors */
......
176 174
padding:1px 0 1px 3px;
177 175
}
178 176

  
179
#menuv4 h2:before {
180
    content:" ";
181
}
182
#menuv4 h2:after {
183
    content:" ";
184
}
185 177
#menuv4 h2 {
186 178
color:#fff;
187 179
padding:2px 10px;
......
223 215
border:0;
224 216
}
225 217

  
226
#menuv4 li.sub {
227
left:-25px;
228
top:-3px;
229
}
230

  
231 218
/* IE6 spacing bug fix, <li>s without a bottom border get spaced to far
232 219
 * correction: the bug will change the height of the parent element! this will also cause the whole menu to grow
233 220
 * so the only method to get this pile of crap going is to add a bottom border to the <li>s, where the enclosing <ul> already has
......
255 242

  
256 243
#menuv4 ul ul ul {
257 244
top:0;
258
left:100%;
245
left:90%;
259 246
}
260 247

  
261 248
/* Begin non-anchor hover selectors */
......
286 273
div#menuv4 li li:hover ul,
287 274
div#menuv4 li li li:hover ul,
288 275
div#menuv4 li li li li:hover ul
289
{display:block; left:10px;}
276
{display:block;}
290 277

  
291 278
/* End of non-anchor hover selectors */
292 279

  

Auch abrufbar als: Unified diff