You are not logged in.

  • »imvucodes« is a verified user
  • "imvucodes" started this thread

Posts: 130

Location: Interwebs

Occupation: Serving code snippets non stop.

  • Send private message

1

Monday, July 12th 2010, 2:36pm

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>

Similar threads

Rate this thread