[_] Liquid wrapping, hopefully for the last time
Tim Beadle
tim.beadle at gmail.com
Mon Jun 16 22:52:15 BST 2008
On Mon, Jun 16, 2008 at 10:33 PM, Craig Francis <craig at craigfrancis.co.uk> wrote: > Personally I prefer using media type "screen,screen" or "all"... > either of those should shield NS4, but because your not using @import, > it stops that other silly browser from triggering its "flicker before > content" issue. Ah yes, the Flash of Unstyled Content. A link or script element in the head sorts that, doesn't it? You could link to a basic style stylesheet that even NS4 can understand, then @import your more advanced CSS into the basic style sheet. Anyway, lots of ways to do it, as usual. Tim