Problem: Add horizontal and/or vertical scrollbar to the content of a DIV tag
Solution: There are different ways to add a scrollbar to DIV tag content. The easiest one is to use the CSS “overflow: scroll” property. Unfortunately in this case the scrollbar looks like the standard browser one and can be styled only in IE.
The best solution I found is the one provided by Dynamic Web Coding.
It’s very easy to use and also the scrollbar can be styled as you wish. Go to Dynamic Web Coding Scroll examples to read more about this.
Do not forget to read the purchase information before using the code.
css, div scrollbar







0 Responses to “Add scrollbar to DIV tag content”