Scroll Control
Posted on Monday, 16 June 2008 15:25Standard scrolling on div tags is just plain ugly. If you want to have a div scroll only vertically, this can be done using CSS.
Get some control by using overflow-x for horizontal, and overflow-y for vertical control through CSS.