From: urs_hunkler Date: Sun, 22 Jul 2007 19:18:56 +0000 (+0000) Subject: MDL-10556 IE has position absolute problems. set to relative X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=8b992903d73175ca38f6007c1972bf0b9f9dc409;p=moodle.git MDL-10556 IE has position absolute problems. set to relative --- 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