jetiro
Head Administrator
Global user
Registered: 10-2006
Location: Under a Spruce Bow
Posts: 203
Karma: 1 (+1/-0)

|
|
Reply | Quote
|
|
Code to put a panel in a scroll box
This bit of code will put any panel in a scroll box.
Just be sure to specify, which panel, this one is for the "groups panel"...so just change "groups" to the name of the panel your going to place in.
Just Copy Ctrl+c and Paste Ctrl+v into your page html editor.
<style>
DIV #groups_panel_body {overflow: auto; width: 560px; height: 100px; font-size:10pt; font-family:arial;
</style>
<style type="text/css">
#groups_panel {
margin-left:165px !important;
}
</style>
--- Live Learn Love and Laugh
|
|
14/Dec/2007, 4:10 pm
|
Send Email to jetiro
Send PM to jetiro
Blog
|
ImpDragon
Registered user
Global user
Registered: 01-2008
Posts: 44
Karma: 0 (+0/-0)

|
|
Reply | Quote
|
|
Re: Code to put a panel in a scroll box
quote: jetiro wrote:
This bit of code will put any panel in a scroll box.
Just be sure to specify, which panel, this one is for the "groups panel"...so just change "groups" to the name of the panel your going to place in.
Just Copy Ctrl+c and Paste Ctrl+v into your page html editor.
<style>
DIV #groups_panel_body {overflow: auto; width: 560px; height: 100px; font-size:10pt; font-family:arial;
</style>
<style type="text/css">
#groups_panel {
margin-left:165px !important;
}
</style>
lol it seems nothing here works on my hp at all...
--- The way of the Dragon...

|
|
15/Jan/2008, 12:40 am
|
Send Email to ImpDragon
Send PM to ImpDragon
AIM
MSN
Yahoo
|
jetiro
Head Administrator
Global user
Registered: 10-2006
Location: Under a Spruce Bow
Posts: 203
Karma: 1 (+1/-0)

|
|
Reply | Quote
|
|
Re: Code to put a panel in a scroll box
sorry hun but they all work on my IMVU hp
You must specify what panel eg: if you add to your message panel you have to put message panel in the code.
( I use this code for my message panel )
you will note the code above is for :
#groups_panel_body
Last edited by jetiro, 15/Jan/2008, 1:50 pm
--- Live Learn Love and Laugh
|
|
15/Jan/2008, 1:48 pm
|
Send Email to jetiro
Send PM to jetiro
Blog
|