Aaaargh! MSIE must die! Flicker problem solved!
Februar 3rd, 2009 by Blu:RayNe
<head>
<title><?php print $head_title; ?></title>
<?php print $head; ?>
<?php print $styles; ?>
<?php print $scripts; ?>
<script type="text/javascript"><?php /* Needed to avoid Flash of Unstyled Content in MSIE */ ?> </script>
</head>
<title><?php print $head_title; ?></title>
<?php print $head; ?>
<?php print $styles; ?>
<?php print $scripts; ?>
<script type="text/javascript"><?php /* Needed to avoid Flash of Unstyled Content in MSIE */ ?> </script>
</head>
So stupiiiid! But a trick I didn’t know yet… from the Drupal Zen Theme.