How to make a <div> with fixed height and width. If content inside it increases more than the height of the div then the div must become scrollable using scroll bar.
Please help
Thank You in advance.
#divId { width: 500px; height: 600px; overflow: auto }
Thank You very much Tirna.