I\'m searching for a jquery plugin that will bound text inside a scrollable box. Most of the scroll plugins are converting the browser scroll bar but I want to keep that as it i
Make sure you specify a fixed width and height for your container div, in your case, the div with the class Information. Add this to your CSS file.
.Information { height: 300px; width: 300px; }