Fix: Supporte IE7

This commit is contained in:
Laurent Destailleur 2007-01-03 00:23:51 +00:00
parent e0486dc4a7
commit b9457a57fd

View File

@ -137,7 +137,10 @@ div.fiche
{
top: 28px;
left: auto;
position: absolute;
<?php
//print "_SERVER['HTTP_USER_AGENT']=".$_SERVER['HTTP_USER_AGENT'];
if (! eregi('MSIE 7\.0',$_SERVER['HTTP_USER_AGENT'])) print " position: absolute;\n";
?>
float: top;
display: block;
margin-right: 6px;