X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=css%2Fmenuv3.css;h=5e5a93f5b6a2a0e9210a84a1bde39eedfa246539;hb=088f6a9721fece191bcc8d11a144b3b958b6c0c8;hp=0ae6afe1ebc4432a104b0ed2d1c68420f369bec7;hpb=1d7e6dbbbb3cc5cfbe5ebf4bcf75b10bab6d17a7;p=kivitendo-erp.git diff --git a/css/menuv3.css b/css/menuv3.css index 0ae6afe1e..5e5a93f5b 100644 --- a/css/menuv3.css +++ b/css/menuv3.css @@ -3,7 +3,7 @@ behavior:url("css/csshover.htc"); } #menu { -width:100%; +width:99.8%; float:left; background:url(../image/bg_css_menu.png) repeat bottom; border:1px solid; @@ -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;