IE6 - Element jumps when loading
In IE6 one element (an iframe i开发者_Go百科n a table, to be precise) on my page for a short time appears at an absolutely wrong position, and then, when loading is done, jumps into the correct position. There are many bugs documented on the internet, but I couldn't find any information about how to fix this. The page can be viewed here: http://www.findix.com/haueser-kaufen/exklusiver-reiterhof-mit-charme--in-neuenburg_a206886.htm PS: If the link doesn't work for you, try copy&pasting it.. Weird.
Just a guess:
You have multiple calls to
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
Try putting just a single call to this script just before your closing </body>
tag.
精彩评论