? : Published | ? ID: 59945 |
How to make a Scrollable div on your site.
Just assumed this code and see how cool it is.
[html]<div style="position:absolute;
left:100px;
top:100px;
width:100px;
height:100px;
background-color:#ffffff;
overflow:auto;">
PUT YOUR TEXT HERE
</div>[/html]
Test and give feedback.
It is adjustable and can be advanced further.