Hello,

As you all probably know, position:fixed in CSS has its flaws. For one
thing, it makes scrolling choppy in Firefox because it's constantly
trying to repaint the markup behind the fixed element.

I would like to replace position:fixed with jQuery. I'm currently
using a plugin called scrollfollow, but I think it has more features
than I need.

All I want to do is have an absolute positioned object, and when I
scroll it stays where it is, but when i stop scrolling the div puts
itself back in a certain position on the screen, with no animation.

What would be the simplest way of going about this?

Reply via email to