Scrolling div code generator
Enable scrolling for your divs to display content which may be too large for an area
Your site might have some content that may be too large for an area. This information could be dynamic, extracted from an external source, and might be different in size. Instead of your div changing size due to varying amounts of information within it, you can add a scrollbar which keeps the area for the information the same size all the time, but adds a scrollbar to the div if the content exceeds the size you'd like it to be.