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

Visitor Panel Scrollable

Scroll the visitor panel with this code

**Change both the Max width and heigh and normal height and width to your liking**

This can be placed anywhere.

Source code

1
2
3
4
5
6
7
8
9
<style type="text/css">
#visitors_panel_body, .imvucodes_net {
max-height:400px;
height:400px;
max-width:500px;
width:500px;
overflow:auto;
}
</style>

Rate this thread