Can I get a fixed block element to scroll horizontally without JavaScript or jQuery wizardry? The block after it reaches the top of the viewport has its CSS position changed from absolute to fixed when the window is scrolled vertically. Is it necessary to construct another set of calculations to determine how to position it when scrolling the page horizontally?
Stack Overflow does this too.