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 [...]
Archive for September, 2008
New Header Position fixed
Posted by admin in September 17th, 2008
Firefox only! This will fix the position for the new header. This means the header wont scroll away when you move down the page. Can be placed anywhere.
#mininav, .imvuspace_com {
position:fixed;
top:0px;
left:0px;
z-index:1000;
}
Big writing
Posted by admin in September 17th, 2008
Posted in: Codes, Stylesheet
Use this code to write in bigger letters. You can adjust the pixel value (25px) to make even bigger ones.
ANYTHING
Hide My Interests Title
Posted by admin in September 17th, 2008
This hides the title of “My Interests”-Panel. Can be placed anywhere.
#tagcloud_panel_header, .imvuspace_com { display:none !important; }
Hide TagCloud from Interestspanel
Posted by admin in September 17th, 2008
This will hide the tagcloud (interest words) from the interests panel. This code can be placed anywhere.
#customer_tags_area, .imvuspace_com { display:none !important; }



