From 1d7e6dbbbb3cc5cfbe5ebf4bcf75b10bab6d17a7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Thu, 1 Feb 2007 16:39:36 +0000 Subject: [PATCH] Bugfix css-Menue. menuv3 ist jetzt voll funktionsfaehig in Firefox, Opera und IE6, einzig Konqueror weigert sich noch (IE7 und Safari nicht getestet) --- css/menuv3.css | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/css/menuv3.css b/css/menuv3.css index 939ffa9f1..0ae6afe1e 100644 --- a/css/menuv3.css +++ b/css/menuv3.css @@ -65,19 +65,28 @@ float:none; border:0; } -/* IE6 spacing bug fix,
  • s without a bottom border get spaced to far */ +/* IE6 spacing bug fix,
  • s without a bottom border get spaced to far + * correction: the bug will change the height of the parent element! this will also cause the whole menu to grow + * so the only method to get this pile of crap going is to add a bottom border to the
  • s, where the enclosing