Scrollable Panels

Don Von Alpha Dom
by Don Von Alpha Dom · 2 posts
12 years ago in IMVU Homepage Codes
Posted 12 years ago · Author
To make your special someone scrollable

Code
<style type="text/css"> 
#special_panel_body, .imvucodes_net {
max-height:300px !important;
height:300px !important;
overflow:scroll !important;
}
</style>


To make your messages panel scrollable

Code
<style type="text/css"> 
#messages_panel_body, .imvucodes_net {
max-height:300px !important;
height:300px !important;
overflow:scroll !important;
}
</style>


To make your friends panel scrollable

Code
<style type="text/css"> 
#friends_panel_body, .imvucodes_net {
max-height:300px !important;
height:300px !important;
overflow:scroll !important;
}
</style>


To make your visitor panel scrollable

Code
<style type="text/css"> 
#visitors_panel_body, .imvucodes_net {
max-height:300px !important;
height:300px !important;
overflow:scroll !important;
}
</style>


To make your group panel scrollable

Code
<style type="text/css"> 
#groups_panel_body, .imvucodes_net {
max-height:300px !important;
height:300px !important;
overflow:scroll !important;
}
</style>


To make your music panel scrollable

Code
<style type="text/css"> 
#music_panel_body, .imvucodes_net {
max-height:300px !important;
height:300px !important;
overflow:scroll !important;
}
</style>



To make your blog panel scrollable

Code
<style type="text/css"> 
#blog_panel_body, .imvucodes_net {
max-height:300px !important;
height:300px !important;
overflow:scroll !important;
}
</style>



To make your update panel scrollable

Code
<style type="text/css"> 
#update_panel_body, .imvucodes_net {
max-height:300px !important;
height:300px !important;
overflow:scroll !important;
}
</style>


To make your video panel scrollable

Code
<style type="text/css"> 
#video_panel_body, .imvucodes_net {
max-height:300px !important;
height:300px !important;
overflow:scroll !important;
}
</style>


To make your URL panel scrollable

Code
<style type="text/css"> 
#url_panel_body, .imvucodes_net {
max-height:300px !important;
height:300px !important;
overflow:scroll !important;
}
</style>
Posted 6 years ago
Thank you, it's so useful especially for the messages panel

Create an account or sign in to comment

You need to be a member in order to leave a comment

Sign in

Already have an account? Sign in here

SIGN IN NOW

Create an account

Sign up for a new account in our community. It's easy!

REGISTER A NEW ACCOUNT