From cf717526ca30dc21c337bf7710c02df8583b11f8 Mon Sep 17 00:00:00 2001 From: Olivier Le Floch Date: Sun, 1 Jun 2008 23:13:06 +0200 Subject: [PATCH] Correction - CSS code that shouldn't have been removed, fixes an IE CSS bug. --- htdocs/css/base.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/htdocs/css/base.css b/htdocs/css/base.css index db4c2b2..8660980 100644 --- a/htdocs/css/base.css +++ b/htdocs/css/base.css @@ -38,6 +38,18 @@ font-size: 90%; } +.ac_results iframe { + display:none;/*sorry for IE5*/ + display/**/:block;/*sorry for IE5*/ + position:absolute; + top:0; + left:0; + z-index:-1; + filter:mask(); + width:3000px; + height:3000px; +} + .ac_over { background: highlight; color: highlighttext; -- 2.1.4