X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=htdocs%2Fcss%2Fbase.css;h=8660980bfd72c00f481ac52a9084aa35c2b78ffe;hb=0b37833b3b42f608fa0d5864f9d4b2518d9676ae;hp=db4c2b2fda1634b703f184765c2bec8078a45f7f;hpb=c700d16b2402b1d246383097f6f22f716e294eaf;p=platal.git 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;