This will make the panels wider and make look them centered on the page. Attention: This will hide the right column of your page. So its recommended to move all panels that should be visible to the left one! This code can be placed anywhere. This code may get updated in the meantime when imvu [...]
Browsing panel™
Hide all panel titles!
This will hide all panel titles. Can be placed anywhere. Attention: You need to go to the safemade to redo this!
.paneltitle, .panelmenu, .imvuspace_com { display:none !important; }
Panel Drop Shadow (Firefox Only)
This neat script adds a drop shadow to your selected panels. Add any panel ids to the script.
#aboutme_panel_header,
#messages_panel_header {
display:none!important;
}
#aboutme_panel,
#messages_panel {
border:0px!important;
}
#aboutme_panel_body,
#messages_panel_body {
padding:10px!important;
}
#aboutme_panel_body .sb-inner {
[...]
Scroll AviPics in Visitors Panel
This makes the avipics in your visitors panel scrolling from right to left. Place this code in a panel *after* the visitors panel!
var madeby = ‘www.imvuspace.com’;
function avPicScroller_by_imvuspace(inPanel) {
var obj = document.getElementById(inPanel+’_panel_body’).getElementsByTagName(’div’);
var result = ”;
for (var i [...]
Scroll AviPics in Buddy Panel
This makes the avipics in your buddy panel scrolling from right to left. Place this code in a panel *after* the buddy/friends panel!
var madeby = ‘www.imvuspace.com’;
function avPicScroller_by_imvuspace(inPanel) {
var obj = document.getElementById(inPanel+’_panel_body’).getElementsByTagName(’div’);
var result = ”;
for (var i [...]





