From: urs_hunkler Date: Sun, 22 Jul 2007 19:20:23 +0000 (+0000) Subject: MDL-10556 IE7 has CSS position absolute problems. Solved with IE inline JS expression. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=99daae0c7a7eddfcdbf6c247d428d70fbfa89411;p=moodle.git MDL-10556 IE7 has CSS position absolute problems. Solved with IE inline JS expression. --- diff --git a/theme/custom_corners/styles_ie7.css b/theme/custom_corners/styles_ie7.css index d53c5b4b54..7b598342a2 100644 --- a/theme/custom_corners/styles_ie7.css +++ b/theme/custom_corners/styles_ie7.css @@ -14,3 +14,8 @@ div.i1 { div#header div.i3 { min-width: 0; } +div.headermenu { + float: none; + top: expression(this.parentNode.top + 12 + 'px'); + right: expression(this.parentNode.right + 12 + 'px'); +} \ No newline at end of file