Parallax sidebar scrolling
问题 I just want to create a parallax sidebar like http://readwrite.com/. Is there any plugin for that? or Is that a custom parallax for just this site? 回答1: After a few hours of experimenting and coding, I've finally come up with a very exposed solution that doesn't rely on fixed positions (or extensive jQuery plugins), but rather relies solely on absolute positioning using known offsets. See it in action at: http://jsfiddle.net/LntUP/ The code that makes it happen: $(document).ready(function() {