From 99daae0c7a7eddfcdbf6c247d428d70fbfa89411 Mon Sep 17 00:00:00 2001
From: urs_hunkler <urs_hunkler>
Date: Sun, 22 Jul 2007 19:20:23 +0000
Subject: [PATCH] MDL-10556 IE7 has CSS position absolute problems. Solved with
 IE inline JS expression.

---
 theme/custom_corners/styles_ie7.css | 5 +++++
 1 file changed, 5 insertions(+)

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
-- 
2.39.5