Преглед изворни кода

Use Javascript hack for IE to fix table of contents

Patch by Sebastian Rose
Carsten Dominik пре 17 година
родитељ
комит
18863c3db4
1 измењених фајлова са 5 додато и 1 уклоњено
  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;