فهرست منبع

Use Javascript hack for IE to fix table of contents

Patch by Sebastian Rose
Carsten Dominik 16 سال پیش
والد
کامیت
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;