You will just need to set the following CSS properties for your div:
- width
- height
- overflow
You may also just use the overflow-y property to display the vertical scrollbars or clip the top/bottom edges of the content inside the div element.
Here's the link for values that you may use for these overflow properties.
But how do you handle a fluid page that adjusts to screen sizes and the width of the div is not fixed?