Code

should set to max-height instead of height
authorjanw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 31 Oct 2005 13:21:02 +0000 (13:21 +0000)
committerjanw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 31 Oct 2005 13:21:02 +0000 (13:21 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@1773 594d385d-05f5-0310-b6e9-bd551577e9d8

include/class_divlist.inc

index 58591666a0c1724d1c8b3e2a07803026ea12f3ac..e7e7417577007c38224de3bf252150a3777dbb4c 100644 (file)
@@ -58,7 +58,7 @@ class divlist {
       $s_return.= "<thead>".$this->_generateHeader()."</thead>";
 
       // Define an alternate style for IE
-      $s_return.= "<!--[if IE]><style type='text/css'>tbody.scrollcontent {overflow-y:scroll;height:20em;}</style><![endif]-->";
+      $s_return.= "<!--[if IE]><style type='text/css'>tbody.scrollcontent {overflow-y:scroll;max-height:480px;}</style><![endif]-->";
     
       $s_return.= "<tbody class='scrollcontent'>".$this->_generatePage()."</tbody>";
     } else {