Scroll box
Simple scroll box.
|
Source code
|
1
2
3
4
5
6
7
8
9
10
11
|
<style type="text/css">
div.scroll-box, .imvucodes_net {
height:100px;
width:200px;
font:16pt Verdana;
overflow:scroll;
}
</style>
<div class="scroll-box">
Enter your scroll box text here... once there's enough text, the box will grow scroll bars!
</div>
|