Patch by Sebastian Rose
@@ -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;