Correction - CSS code that shouldn't have been removed, fixes an IE CSS bug.
authorOlivier Le Floch <olivier.le-floch@polytechnique.org>
Sun, 1 Jun 2008 21:13:06 +0000 (23:13 +0200)
committerOlivier Le Floch <olivier.le-floch@polytechnique.org>
Sun, 1 Jun 2008 21:13:38 +0000 (23:13 +0200)
htdocs/css/base.css

index db4c2b2..8660980 100644 (file)
     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;