bloginfo('name');

bloginfo('description');

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>

So stupiiiid! But a trick I didn’t know yet… from the Drupal Zen Theme.

Leave a Comment

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Please note: Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.