Browse Source

Use Javascript hack for IE to fix table of contents

Patch by Sebastian Rose
Carsten Dominik 16 years ago
parent
commit
18863c3db4
1 changed files with 5 additions and 1 deletions
  1. 5 1
      ORGWEBPAGE/org.css

+ 5 - 1
ORGWEBPAGE/org.css

@@ -678,9 +678,13 @@
 {
   position: absolute;
   width:200px;
+  /*
+    The evil IE-JavaScript hack :-) depends on Picture and y-distance.
+    Added to support small screens (Netbooks...).
+    */
+  height: expression((document.body.clientHeight - 210) + "px");
 }
 
-
 * html h1
 {
   margin-top:10px;