Revision 22733fad
Von Sven Schöling vor fast 18 Jahren hinzugefügt
css/menuv3.css | ||
---|---|---|
81 | 81 |
border-width:0 0 1px 0; |
82 | 82 |
} |
83 | 83 |
|
84 |
/** IE6 event bug fix, a z-indexed layer without some kind of background will lose its events to the layer below */ |
|
84 |
/* IE6 event bug fix, without a background there hovers will be occassionally lost between the li's to the layer below |
|
85 |
* causing the menu to close. Opera 9 has the same bug btw. */ |
|
85 | 86 |
#menu ul ul { |
86 | 87 |
position:absolute; |
87 | 88 |
z-index:500; |
Auch abrufbar als: Unified diff
bessere Bugbeschreibung