You are not logged in.

Dear visitor, welcome to imvuboard (unofficial imvu forum). If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

  • »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

To Make Friends Panel Scrollable

"THIS IS TO MAKE FRIENDS PANEL SCROLLABLE"
Well its very simple acctually even if you don't know how to edit codes this will be easy. i think...lol Well moving on To change the "height" just change the number "400" to any number you wan't (if you wan't it smaller change it to like 300 or 350. To make it bigger just change it to 500 or 550 or more but if u put it like to 1000 thats honestly too big..lol) AND to make it Wider (change the number "500" to any number depending on how small or big u want it, IF you want the width smaller change it to 400 or 450 or less, or if you want it bigger change it to 600 or 650 or more depending on how wide u want it.)
Now ive set the Max-height and max-width to 900 so you really don't have to mess with that unless u want it bigger.

Source code

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

Similar threads

Rate this thread