Sandbox panel problem

 
Post new topic   Reply to topic    IMVU Forum Index -> Homepage Building and Design
View previous topic :: View next topic  
Author Message
Elainiwen 18+ Age Verified

Elainiwen <a href='/age_verify/index/'><img border=0 src='/common/img/icons/age_verified_35x18.gif' width='35' height='18' alt='18+ Age Verified'></a> 's page


Joined: 28 Dec 2009
Posts: 5999
Location: Finland

PostPosted: Thu Jul 28, 2011 5:50 am    Post subject: Sandbox panel problem Reply with quote

So, I got this code. What was in Sandbox panel used to be in Video panel before.

Code:
#imvuContent tr td, #leftColumn, #rightColumn {width: 435px}
#visitors_panel, #gallery_panel, #room_panel, #badges_panel, #tagcloud_panel, #stickers_panel {width: 435px !important}

#imvuContent {width: 870px !important;
overflow: hidden !important}

#visitors_panel_header, #sandbox_panel_body {position: relative}

#visitors_panel_header {margin-top: 623px !important;
z-index: 1}
#sandbox_panel_body {width: 900px !important;
z-index: 2}

What this should do is creating an illusion of columns being merged as one on top. It makes the Sandbox panel overlay the Visitors panel, so the long invisible top margin of the Visitors panel won't cover the scrollbar and the links in the Sandbox panel.

The very same code worked great for the Video panel, but for Sandbox panel it does not. Could someone enlighten me please? Does Sandbox panel have another kind of name than panel_body?
_________________
Lord of the Rings group | Findarato
Back to top
View user's profile Send private message  
gaf210 VIP Club Member
Moderator
gaf210 <a href='/vip_club/'><img border=0 src='/catalog/web_images/vip_35x18.gif' width='35' height='18' alt='VIP Club Member'></a><!-- VIP Club Member Icon -->'s page


Joined: 05 Aug 2006
Posts: 6564
Location: Argentina

PostPosted: Thu Jul 28, 2011 6:28 am    Post subject: Reply with quote

for some reason the sandbox panel doesnt have that name, the name is: rss_panel.

guess it might ring a bell... yes, the blog panel is, formerly known as rss_panel was emptied and changed to My Sandbox.
_________________

Codes | Bling Directory | Shopping Center
Back to top
View user's profile Send private message  
Antonio82 VIP Club Member 18+ Age Verified

Antonio82 <a href='/vip_club/'><img border=0 src='/catalog/web_images/vip_35x18.gif' width='35' height='18' alt='VIP Club Member'></a><!-- VIP Club Member Icon --> <a href='/age_verify/index/'><img border=0 src='/common/img/icons/age_verified_35x18.gif' width='35' height='18' alt='18+ Age Verified'></a> 's page


Joined: 26 Jul 2006
Posts: 6376
Location: United Kingdom

PostPosted: Thu Jul 28, 2011 6:37 am    Post subject: Reply with quote

Looks like they forgot to change that Laughing
_________________
Back to top
View user's profile Send private message  
Elainiwen 18+ Age Verified

Elainiwen <a href='/age_verify/index/'><img border=0 src='/common/img/icons/age_verified_35x18.gif' width='35' height='18' alt='18+ Age Verified'></a> 's page


Joined: 28 Dec 2009
Posts: 5999
Location: Finland

PostPosted: Thu Jul 28, 2011 8:56 am    Post subject: Reply with quote

Gah! Confused

They should have done that to Cool New People panel instead; I was purposely using RSS panel on my alt - I even did some artwork for it. Sad

I thought they promised us not to remove or change RSS. Neutral
_________________
Lord of the Rings group | Findarato
Back to top
View user's profile Send private message  
gaf210 VIP Club Member
Moderator
gaf210 <a href='/vip_club/'><img border=0 src='/catalog/web_images/vip_35x18.gif' width='35' height='18' alt='VIP Club Member'></a><!-- VIP Club Member Icon -->'s page


Joined: 05 Aug 2006
Posts: 6564
Location: Argentina

PostPosted: Thu Jul 28, 2011 9:24 am    Post subject: Reply with quote

http://www.imvu.com/catalog/modules.php?op=modload&name=phpbb2&file=viewtopic.php&t=373317

:s seems they have promised the contrary... anyway the cool ppl is n1 in the hate list XD
_________________

Codes | Bling Directory | Shopping Center
Back to top
View user's profile Send private message  
Elainiwen 18+ Age Verified

Elainiwen <a href='/age_verify/index/'><img border=0 src='/common/img/icons/age_verified_35x18.gif' width='35' height='18' alt='18+ Age Verified'></a> 's page


Joined: 28 Dec 2009
Posts: 5999
Location: Finland

PostPosted: Thu Jul 28, 2011 9:31 am    Post subject: Reply with quote

Well, I used to use Cool New People panel, just to hide the images and use it for my own content. But now I would be happy to have it removed - such useless and broken feature that is, and it's helping spam to preserve.

Anyway, I have my page working the right way again, thanks for that. But I'm going to have to swallow the bitterness of removing one of the panels on Galadriel's page.

I used to love spreading news with RSS there. Sad
_________________
Lord of the Rings group | Findarato
Back to top
View user's profile Send private message  
ckastam

ckastam's page


Joined: 05 Sep 2007
Posts: 29
Location: Greece

PostPosted: Sat Jul 30, 2011 2:45 am    Post subject: BLOG PANEL Reply with quote

where my blog panel has gone ????????
Back to top
View user's profile Send private message  
SeventyEight01

SeventyEight01's page


Joined: 19 Jun 2010
Posts: 13
Location: Germany

PostPosted: Fri Feb 17, 2012 7:58 am    Post subject: panel css order Reply with quote

Hi

i would know the css order for the sandbox because #sandbox_panel and #sandbox_panel_body have no function.

all the other boxes can i allot the task, margin-left:165px

pls help

Seventy
_________________
MY FACEBOOK SITE FOR YOU
Back to top
View user's profile Send private message  
gaf210 VIP Club Member
Moderator
gaf210 <a href='/vip_club/'><img border=0 src='/catalog/web_images/vip_35x18.gif' width='35' height='18' alt='VIP Club Member'></a><!-- VIP Club Member Icon -->'s page


Joined: 05 Aug 2006
Posts: 6564
Location: Argentina

PostPosted: Fri Feb 17, 2012 9:57 am    Post subject: Re: panel css order Reply with quote

SeventyEight01 wrote:
Hi

i would know the css order for the sandbox because #sandbox_panel and #sandbox_panel_body have no function.

all the other boxes can i allot the task, margin-left:165px

pls help

Seventy


as stated above, to target the sandbox panel, use #rss_panel:

Code:
<style type="text/css">
#rss_panel{

}
</style>

_________________

Codes | Bling Directory | Shopping Center
Back to top
View user's profile Send private message  
Support_disabled_17141356 18+ Age Verified

Support_disabled_17141356 <a href='/age_verify/index/'><img border=0 src='/common/img/icons/age_verified_35x18.gif' width='35' height='18' alt='18+ Age Verified'></a> 's page


Joined: 08 Sep 2007
Posts: 103
Location: Saudi Arabia

PostPosted: Tue Feb 28, 2012 3:46 am    Post subject: Reply with quote

thanks
Back to top
View user's profile Send private message  
SAMWAQAS1

SAMWAQAS1's page


Joined: 27 Aug 2009
Posts: 317
Location: United Kingdom

PostPosted: Mon Aug 13, 2012 9:21 am    Post subject: Reply with quote

Hello, anyone Know WHAT is code for My New Product?

I wait for reply.
_________________
Have Rain Weekend
Any one Read Manga or Watch Anime?
SAMWAQAS1
Back to top
View user's profile Send private message  
Display posts from previous:   


Hide ads? Get VIP!
Post new topic   Reply to topic    IMVU Forum Index -> Homepage Building and Design All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


 FAQFAQ   UsergroupsUsergroups   RegisterRegister  ProfileProfile   Log in for private messagesLog in for private messages 

Search the forums:


Powered by phpBB