I want everything in my page to stay put when I scroll except for just one specified element.
How do I magically "hook up" one HTML element to the browser's default scrollbar so that it affects only that one element in my entire HTML document? ... Without using the position:fixed property?
I only need to support Chrome.
I know I'm dreaming crazy, but I'm hoping a CSS/JavaScript/HTML wizard can calm me down a bit with some zany contraption.