[thelist] CSS IE6 Hack

kristina ml at kfxdesign.net
Thu Jul 3 09:46:47 CDT 2003


Hershel,


On Thu, 03 Jul 2003, at 09:36:59 [GMT -0400] thelist wrote:

HR> I am aware of a problem with IE6 on Win boxes having some sort of
HR> temporary loss of CSS styling onload. The layouts at
HR> bluerobot.com, for example, initially flash up in my Win 2K IE6
HR> browser with NO stylesheets at all; after this momentary flash,
HR> the stylesheets sort of kick in and they appear as normal.

HR> Any pointers?

to fix this you need to have a link tag in your html,

I got this fix from bluerobot, so I'm surprised you're still seeing
the effect at the site...
  
  <style type="text/css" media="all">
    <!--
      @import "/style/global.css";
    --> 
  </style>
  <link rel="stylesheet" type="text/css" media="print" href="/style/print.css" />

http://bluerobot.com/web/css/fouc.asp

Flash of Unstyled Content (FOUC)

-- 
bfn
~kristina
______________________________________________________________________
Composed on 03/07/2003 at 15:42 using The Bat Ver 1.62r

Attachments = <none>



More information about the thelist mailing list