git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3968
7612ce4b-ef26-0410-bec9-
ea0150e637f0
do_hook("generic_header");
}
- echo "\n<title>$title</title>$xtra</head>\n\n";
+ echo "\n<title>$title</title>$xtra\n";
+
+ /* work around IE6's scrollbar bug */
+ echo <<<ECHO
+<style type="text/css">
+<!--
+ /* avoid stupid IE6 bug with frames and scrollbars */
+ body {
+ voice-family: "\"}\"";
+ voice-family: inherit;
+ width: expression(document.documentElement.clientWidth - 30);
+ }
+-->
+</style>
+
+ECHO;
+
+ echo "\n</head>\n\n";
}