|
@@ -88,16 +88,14 @@ function displayHtmlHeader( $title = 'SquirrelMail', $xtra = '', $do_hook = TRUE
|
|
|
|
|
|
/* work around IE6's scrollbar bug */
|
|
/* work around IE6's scrollbar bug */
|
|
echo <<<ECHO
|
|
echo <<<ECHO
|
|
|
|
+<!--[if IE 6]>
|
|
<style type="text/css">
|
|
<style type="text/css">
|
|
-<!--
|
|
|
|
/* avoid stupid IE6 bug with frames and scrollbars */
|
|
/* avoid stupid IE6 bug with frames and scrollbars */
|
|
body {
|
|
body {
|
|
- voice-family: "\"}\"";
|
|
|
|
- voice-family: inherit;
|
|
|
|
width: expression(document.documentElement.clientWidth - 30);
|
|
width: expression(document.documentElement.clientWidth - 30);
|
|
}
|
|
}
|
|
--->
|
|
|
|
</style>
|
|
</style>
|
|
|
|
+<![endif]-->
|
|
|
|
|
|
ECHO;
|
|
ECHO;
|
|
|
|
|