Skip to content
Snippets Groups Projects
Commit 5a8606cf authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

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

parent 4f383835
Branches
Tags
No related merge requests found
......@@ -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;
......@@ -139,14 +143,14 @@ div.vmenu
div.fiche
{
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 */
/* ============================================================================== */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment