Post your code
On May 7, 8:58 pm, Henrik Bechmann <hbechm...@gmail.com> wrote: > I have this problem: > > I hook a javascript function to 'ready' using javascript. This > function creates and inserts a lot of html code. > > The trouble is that in IE7 the page renders twice: once before the > inserted html is rendered, and once after it is rendered. Thus the > page appears to 'jump' on insert of the generated html. > > In FF, safari (windows) and chrome the render is delayed until after > the html is inserted, and so the page appears smoothly. > > Is this a known issue? Is there a workaround? > > Thanks, > > - Henrik