]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-10556 IE7 has CSS position absolute problems. Solved with IE inline JS expression.
authorurs_hunkler <urs_hunkler>
Sun, 22 Jul 2007 19:20:23 +0000 (19:20 +0000)
committerurs_hunkler <urs_hunkler>
Sun, 22 Jul 2007 19:20:23 +0000 (19:20 +0000)
theme/custom_corners/styles_ie7.css

index d53c5b4b5495de83c8b070500a95fd0ae29c1aeb..7b598342a2607b57bba2c98c4b8117d5b773f70c 100644 (file)
@@ -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