the tricks used the wrong parent for position:absolute. this might fix it.
Signed-off-by: Arun Persaud <arun@nubati.net>
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;
<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) {