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
No related branches found
No related tags found
No related merge requests found
...@@ -120,16 +120,20 @@ div.vmenuplusfiche ...@@ -120,16 +120,20 @@ div.vmenuplusfiche
{ {
top: auto; top: auto;
left: auto; left: auto;
position: static;
float: left;
display: block; display: block;
margin-right: 6px; margin-right: 6px;
margin-left: 1px; margin-left: 1px;
margin-top: 6px; margin-top: 2px;
} }
div.vmenu div.vmenu
{ {
float: left; float: left;
margin-right: 2px; margin-right: 2px;
padding: 0px; padding: 0px;
padding-bottom: 0px; padding-bottom: 0px;
...@@ -139,14 +143,14 @@ div.vmenu ...@@ -139,14 +143,14 @@ div.vmenu
div.fiche 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; display: block;
margin-left: 170px;
width:auto; width:auto;
} }
/* ============================================================================== */ /* ============================================================================== */
/* Menu superieur et 1ere ligne tableau */ /* 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