View Single Post
  #3 (permalink)  
Old Apr 29th, 2008, 14:28
r0ck80y r0ck80y is offline
New Member
Join Date: Apr 2008
Location: Virtual Globe Trotter
Age: 23
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Divs "lagging" as page scrolls

Quote:
Originally Posted by welshstew View Post
it's probably the video, as it seems to be reloading everytime the page scrolls. this is probably to do with the iframe, as it is pulling in another fully rendered html page.

you are also pulling in a load of JS files, you are thowing up 50 errors which isn't helping
Ignore that page...that was just to show what i mean by "lagging". I have seen this with two divs...Damn! i wish i could show you what i mean exactly

But the css was something like this:
Code: Select all
.div1{   }
.div1a { float:left; ....}
.div1b {float:right; .... }
and html:

Code: Select all
<div class="div1">
      <div class="div1a">small square image</div>
      <div class="div1b"> a paragraph on the side</div>
</div>
divs 1a and 1b would move out of sync upon page scroll.
I hope someone has seen something like it. I'll try to reproduce what i saw.
Reply With Quote