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

Messages panel scrollable

Fixes the height of your messages panel and adds a scrollbar. Can be placed anywhere. You can modify the parameters (300px) to adjust the box height.

Source code

1
2
3
4
5
6
7
<style type="text/css">
#messages_panel_body, .imvucodes_net {
max-height:300px !important;
height:300px !important;
overflow:scroll !important;
}
</style>

Rate this thread