Correction - CSS code that shouldn't have been removed, fixes an IE CSS bug.
[platal.git] / 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;