From f7b9ef447f5581b997f7f7edf0711e12138211eb Mon Sep 17 00:00:00 2001 From: wjames5 Date: Tue, 10 Nov 2009 04:18:31 +0000 Subject: make the height of the dropmenu container a little higher because its not calulating hight from inner floats - this isnt exactly full height, but its close - may undergo further refinement in the future - but this makes ie7 happy enough for release --- css/dropmenu.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/dropmenu.css b/css/dropmenu.css index 12f71e8..54c8a85 100644 --- a/css/dropmenu.css +++ b/css/dropmenu.css @@ -1,8 +1,8 @@ -/* $Header: /cvsroot/bitweaver/_bit_themes/css/dropmenu.css,v 1.9 2009/11/09 02:47:36 wjames5 Exp $ */ +/* $Header: /cvsroot/bitweaver/_bit_themes/css/dropmenu.css,v 1.10 2009/11/10 04:18:31 wjames5 Exp $ */ /* BEGIN css driven dropdown menus - horizontal */ /* The top level menu */ -ul.dropmenu {height:1em} +ul.dropmenu {height:1.5em;} ul.dropmenu, ul.dropmenu ul {padding:0; margin:0; list-style:none; line-height:18px; z-index:1000;} ul.dropmenu a {display:block; width:auto; padding:2px 3px;} -- cgit v1.3