From: Sven Schöling Date: Fri, 16 Feb 2007 15:35:38 +0000 (+0000) Subject: bessere Bugbeschreibung X-Git-Tag: release-2.4.2~90 X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/commitdiff_plain/22733fadfd9d9d6f92d747bbcec8258fa421a2da?ds=inline;hp=0ec7b690a6a7793a5e1aa69288cf6a19c76d23d4 bessere Bugbeschreibung --- diff --git a/css/menuv3.css b/css/menuv3.css index 0ae6afe1e..28061a4e3 100644 --- a/css/menuv3.css +++ b/css/menuv3.css @@ -81,7 +81,8 @@ border:solid; border-width:0 0 1px 0; } -/** IE6 event bug fix, a z-indexed layer without some kind of background will lose its events to the layer below */ +/* IE6 event bug fix, without a background there hovers will be occassionally lost between the li's to the layer below + * causing the menu to close. Opera 9 has the same bug btw. */ #menu ul ul { position:absolute; z-index:500;