BUGIFX: fixed a layout issue in IE6
authorArun Persaud <arun@nubati.net>
Wed, 4 Jun 2008 00:55:57 +0000 (17:55 -0700)
committerArun Persaud <arun@nubati.net>
Wed, 4 Jun 2008 00:55:57 +0000 (17:55 -0700)
the tricks used the wrong parent for position:absolute. this might fix it.

Signed-off-by: Arun Persaud <arun@nubati.net>
css/standard007.css [moved from css/standard006.css with 99% similarity]
include/output.php

similarity index 99%
rename from css/standard006.css
rename to css/standard007.css
index 5e9b3351eb71c99855f6d219829eee860e753959..126c9113ed8c68126be6fd990cde7b066c2055fb 100644 (file)
@@ -152,6 +152,7 @@ div.table div.table3 {
 
 ul.tricks {
   position:relative;
+  zoom:1; /* fixes an IE6 issue and hopefully doesn't mess up anything else */
   list-style:none;
   margin:3px;
   padding:0;
index 86db0a0a9e5599e5030e38b3c37822177af43a24..8292467d6432377b19543229d07164ed8e6f5112 100644 (file)
@@ -270,7 +270,7 @@ function output_header()
      <title>e-Doko</title>
      <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type" />
      <link rel="shortcut icon" type="image/x-icon" href="pics/edoko-favicon.png" />
-     <link rel="stylesheet" type="text/css" href="css/standard006.css" />
+     <link rel="stylesheet" type="text/css" href="css/standard007.css" />
      <script type="text/javascript">
        var current=0;
        function hl(num) {