I have implemented jScroll plugin from here
If you go to view my project you will notice that the shopping cart and category section is not entirely shown (or even not shown at all if you scroll down with a high speed)…
Do you see any reason? I am doing something wrong in my design? Because the original plugin seems to work nice even for high speed scrolling.
Without some code, it’s hard to know what’s going wrong. However, here’s a solution I posted a while back for something similar that works without the jScroll plugin: Make a div scroll when i reach a certain point
I think its functionality is a lot better because you don’t get stuck with this animated “bobbing” of the shopping cart slowly catching up with you. It just stays put as you scroll.