Index: themes/garland/fix-ie.css =================================================================== RCS file: /cvs/drupal/drupal/themes/garland/fix-ie.css,v retrieving revision 1.1 diff -u -F^f -r1.1 fix-ie.css --- themes/garland/fix-ie.css 29 Oct 2006 13:17:38 -0000 1.1 +++ themes/garland/fix-ie.css 18 Nov 2006 20:32:09 -0000 @@ -12,7 +12,7 @@ font-size: 80%; } -#wrapper #container { +#header-region, #wrapper #container { /* Reset text alignment */ text-align: left; } @@ -52,3 +52,8 @@ fieldset { /* Use filter to emulate CSS3 opacity */ filter: alpha(opacity=50); } + +#header-region { + /* Because of the lack of min-height, we use height as an alternative */ + height: 1em; +} \ No newline at end of file Index: themes/garland/page.tpl.php =================================================================== RCS file: /cvs/drupal/drupal/themes/garland/page.tpl.php,v retrieving revision 1.1 diff -u -F^f -r1.1 page.tpl.php --- themes/garland/page.tpl.php 29 Oct 2006 13:17:38 -0000 1.1 +++ themes/garland/page.tpl.php 18 Nov 2006 20:32:09 -0000 @@ -13,7 +13,7 @@
> - +