Fix: Retour arriere sur modif style car ne fonctionnait plus sur IE6 en resolution variable

This commit is contained in:
Laurent Destailleur 2007-05-26 00:38:51 +00:00
parent 4f383835f4
commit 5a8606cf5a

View File

@ -120,16 +120,20 @@ div.vmenuplusfiche
{
top: auto;
left: auto;
position: static;
float: left;
display: block;
margin-right: 6px;
margin-left: 1px;
margin-top: 6px;
margin-top: 2px;
}
div.vmenu
{
float: left;
margin-right: 2px;
padding: 0px;
padding-bottom: 0px;
@ -138,15 +142,15 @@ div.vmenu
div.fiche
{
float: right top;
float: right top;
<?php
//print "_SERVER['HTTP_USER_AGENT']=".$_SERVER['HTTP_USER_AGENT'];
if (! eregi('MSIE 7\.0',$_SERVER['HTTP_USER_AGENT'])) print " position: absolute;\n";
?>
display: block;
margin-left: 170px;
width:auto;
}
/* ============================================================================== */
/* Menu superieur et 1ere ligne tableau */
/* ============================================================================== */