Thread
:
How to creat a scrollbar??
View Single Post
Magena
Banned
12Jul2008,16:06
You can use CSS to create a scrollable box. Consider this source code:
<div style="width: 190px; height: 190px; overflow: auto; padding: 5px">
content in here
</div>