From 8b992903d73175ca38f6007c1972bf0b9f9dc409 Mon Sep 17 00:00:00 2001 From: urs_hunkler Date: Sun, 22 Jul 2007 19:18:56 +0000 Subject: [PATCH] MDL-10556 IE has position absolute problems. set to relative --- theme/custom_corners/styles_ie6.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/theme/custom_corners/styles_ie6.css b/theme/custom_corners/styles_ie6.css index 38a38e74a7..848e9b9afe 100644 --- a/theme/custom_corners/styles_ie6.css +++ b/theme/custom_corners/styles_ie6.css @@ -14,3 +14,9 @@ div.i1 { div#header div.i3 { min-width: 0; } +div.headermenu { + float: none; + position: relative; + top: 0; + right: 0; +} \ No newline at end of file -- 2.39.5