gehuangyi20 / ie7-js

Automatically exported from code.google.com/p/ie7-js
0 stars 0 forks source link

Use of sibling selector to position content causes content to load with default positioning then jump to css positioning #116

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
To reproduce the problem:
create two adjacent elements
select one using sibling selector and float it e.g. a definition list with
one term and two definitions and dd + dd {float:left}

When page loads the definition descriptions have default positioning, after
page loads the float is suddenly applied. 

Original issue reported on code.google.com by nfeld...@gmail.com on 10 Oct 2008 at 7:51

GoogleCodeExporter commented 9 years ago
Actually, any positioned content jumps visibly.

Original comment by nfeld...@gmail.com on 13 Oct 2008 at 6:25

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
There will always be a delay before the IE7.js fixes are applied. The length of 
the 
delay is dependent on the size and complexity of your HTML and CSS. I am always 
looking 
for ways to reduce this time but there will always be a delay of some sort.

Original comment by dean.edw...@gmail.com on 12 Feb 2010 at 2:54