From 648730f4f61d4cbb8034db4b1d5b507af7d933ba Mon Sep 17 00:00:00 2001 From: arno Date: Tue, 17 Aug 2010 22:46:15 +0200 Subject: [PATCH] fixes: controls not visible in ie --- public/css/syj.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/css/syj.css b/public/css/syj.css index 2775f20..9968b48 100644 --- a/public/css/syj.css +++ b/public/css/syj.css @@ -85,6 +85,7 @@ body, html { padding-top: 8px; padding-left: 3em; clear: right; + position: relative; /* otherwise, under #map in ie */ } .login-anchor { @@ -119,6 +120,7 @@ body, html { filter:alpha(opacity=85); background-color: white; padding: 5px 1px 5px 1px; + position: relative; /* otherwise, under #map in ie */ } /* -- 2.39.2