Posted 12 years ago
·
Author
To make your special someone scrollable
To make your messages panel scrollable
To make your friends panel scrollable
To make your visitor panel scrollable
To make your group panel scrollable
To make your music panel scrollable
To make your blog panel scrollable
To make your update panel scrollable
To make your video panel scrollable
To make your URL panel scrollable
<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
<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
<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
<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
<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
<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
<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
<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
<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