<div> that only scrolls horizontally?
Posted
by holmes
on Stack Overflow
See other posts from Stack Overflow
or by holmes
Published on 2010-06-13T03:08:08Z
Indexed on
2010/06/13
3:12 UTC
Read the original article
Hit count: 255
How can I create a element that only scrolls horizontally? If it makes sense, I want the element to act like it is position:fixed when the user scrolls vertically down the page, but act like it's position:static for sideways scrolling.
HTML/CSS solutions preferred, but if it isnt' feasible, JavaScript fixes are fine.
© Stack Overflow or respective owner