diff options
author | Arun Persaud <arun@nubati.net> | 2008-06-03 17:55:57 -0700 |
---|---|---|
committer | Arun Persaud <arun@nubati.net> | 2008-06-03 17:55:57 -0700 |
commit | 9d791c06530819122eab33a25289293e3fc3a7cf (patch) | |
tree | 109619fec7483fbb5468d2fbc89092805feee2ab /include/output.php | |
parent | bf9a638ffd9b65d18b682e8b3e9bf19f798181cb (diff) | |
download | e-DoKo-9d791c06530819122eab33a25289293e3fc3a7cf.tar.gz e-DoKo-9d791c06530819122eab33a25289293e3fc3a7cf.tar.bz2 e-DoKo-9d791c06530819122eab33a25289293e3fc3a7cf.zip |
BUGIFX: fixed a layout issue in IE6
the tricks used the wrong parent for position:absolute. this might fix it.
Signed-off-by: Arun Persaud <arun@nubati.net>
Diffstat (limited to 'include/output.php')
-rw-r--r-- | include/output.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/output.php b/include/output.php index 86db0a0..8292467 100644 --- a/include/output.php +++ b/include/output.php @@ -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) { |