I have a box that is 250px x 250px. I want to make it scrollable, but I don't want to have the scrollbars appear because of how much space they take up. I assume this is possible with jQuery, but not finding anything. Anyone know?
|
feedback
|
|
You can put what you want to scroll inside a another div, whose size is set. And make the css of this container to Here's an example: http://jsfiddle.net/UwEe2/ | |||||||
feedback
|