Click to See Complete Forum and Search --> : Anybody else get slow CSS rendering with IE when using floats or positioning?


decibel
06-12-2006, 03:53 PM
Hi. I am using floating for my divs, with positioning on some divs for effects.

When i jump from page to page on my site, IE seems to load the css last, causing a weird effect... you see the content for a quick second, non styled, , then the css kicks in. Anybody know a work around to this or is this a common thing for IE.

thanks.

decibel
06-12-2006, 04:30 PM
ok so in IE i turned off "check for new version of page each time"... and it stopeed the problem, so my question now is: Is there a way to force it to render the css before the page displays.

This is probrably a silly question, have to ask though.

Fang
06-15-2006, 01:14 AM
Maybe FOUC (http://www.bluerobot.com/web/css/fouc.asp)

decibel
06-15-2006, 01:17 AM
Yep, that hit the nail on the head. i changed my code yesterday to <link> and the problem went away. thanks.