Here is my scenario:
I've got a div container with overflow: hidden
.
Within this div is an element with position: fixed
.
On the background a Jquery plugin loads and animates thumbs of images.
(for the sake of this explanation i will put it inline)
<div style="overflow:hidden">
<div style="position: fixed"> </div>
</div>
Now, the overflow:hidden works for as long as the thumbs are running there animation. After the animation is done the element will overlay all other divs on the page. This issue might be specific to my plugin but I figured it might as well be a jquery/chrome thing. Either way any pointers are greatly appreciated! :)
To see what I'm referring to please check: http://rendezvous.nu and scroll down. Bellow story you will find a timeline and lots of thumbs. Scroll it just so that the timeline overlay's the story and refresh.
Thanks!