CSS: how to get scrollbars for div inside container of fixed height
setting the overflow should take care of it, but you need to set the height of Content also. If the height attribute is not set, the div will grow vertically as tall as it needs to, and scrollbars wont be needed. See Example: http://jsfiddle.net/ftkbL/1/