I want to have two columns on a web page, and each of them has its own scrollbars, not the common ones that are used. For example, what I think corresponds to the lines of the new twitter ui .., where one column shows a list with its scroll bar if the list is longer than the height, and similarly another column shows details with its own scroll bar.
I just lost the way to continue, I need to use frames to achieve this. Is it possible to suppress the global scrollbar and each column uses its own scrollbar using css?
source
share