From: Olivier Le Floch Date: Sun, 1 Jun 2008 21:13:06 +0000 (+0200) Subject: Correction - CSS code that shouldn't have been removed, fixes an IE CSS bug. X-Git-Tag: core/1.0.0~160 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=cf717526ca30dc21c337bf7710c02df8583b11f8;p=platal.git Correction - CSS code that shouldn't have been removed, fixes an IE CSS bug. --- 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;