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

Fix: syntax css

parent cfcab727
Branches
Tags
No related merge requests found
...@@ -151,7 +151,7 @@ div.vmenu ...@@ -151,7 +151,7 @@ div.vmenu
div.fiche div.fiche
{ {
float: right top; float: right;
<?php <?php
//print "_SERVER['HTTP_USER_AGENT']=".$_SERVER['HTTP_USER_AGENT']; //print "_SERVER['HTTP_USER_AGENT']=".$_SERVER['HTTP_USER_AGENT'];
if (! eregi('MSIE 7\.0',$_SERVER['HTTP_USER_AGENT'])) print " position: absolute;\n"; if (! eregi('MSIE 7\.0',$_SERVER['HTTP_USER_AGENT'])) print " position: absolute;\n";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment