Forum Moderators: not2easy
I tried if linked CSS files have the same effect, but it seems they don't. CSS formatting is applied immediately.
This doesn't seem to be happening with Opera 7.11 or Netscape 7.01.
Has anyone else noticed this?
I don't like it, so I'd want to do something about it.
This seems to be the FOUC bug! FOUC is Flash of Unstyled Content that happens only with Windows versions of IE when using the @import rule.
Bluerobot has an article on this here [bluerobot.com].
HTH
I changed the title so we'd have a decent reference point for this as it crops up from time to time...
Nick
The addition of either of these removes the bug completely! If you have no need for a script and want to stick with using @import (quite rightly!), then the proposal is the addition of an empty script!
<script type="text/javascript"> </script>
As Bluerobot says, it's very much a hack, but heck (:o) it works!