From 238067c70433bdc84cf925776d85f3c958ecbf41 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Fri, 23 May 2008 13:26:46 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20barre=20de=20d=E9filement=20horizontale?= =?UTF-8?q?=20sur=20IE7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/theme/auguria/auguria.css.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/htdocs/theme/auguria/auguria.css.php b/htdocs/theme/auguria/auguria.css.php index 42f057f6d00..d7dc3bfe1c5 100644 --- a/htdocs/theme/auguria/auguria.css.php +++ b/htdocs/theme/auguria/auguria.css.php @@ -156,6 +156,7 @@ div.fiche // If position is abolute, we must not include the leftmenu in value print " margin-left: 20px;"; } + /* elseif (eregi('MSIE 7\.0',$_SERVER['HTTP_USER_AGENT'])) { // If position is relative, IE6 put the div under the leftmenu, so we force to absolute @@ -163,7 +164,8 @@ div.fiche // If position is abolute, we must not include the leftmenu in value print " margin-left: 20px;"; } - else + */ + else if (! eregi('MSIE 7\.0',$_SERVER['HTTP_USER_AGENT'])) { // Firefox print " position: absolute;\n";