Chrome only: Overlay divs on scroll with fixed position scrolling issue
问题 Based on this answer Overlay divs on scroll I am trying to do the same effect. As you scroll the sections are being overlayed in the same place-- one stacked on top the next. On firefox - IE is working fine but on chrome (last version - Version 31.0.1650.63 m) when you scroll and the next slide start to coming the content of the section, that being overlapped, are being bounced. The logic: When the next slide/section is coming set position:fixed; to the section that will be overlapped. The