Page 1 of 1

Control Pixel Width on Callapso

Posted: Mon Sep 22, 2008 12:07 pm
by guitarman
Hi,

Can you tell me how to control the EXACT pixel width of the Callapso menu ?

Thanks,

Guitarman

Re: Control Pixel Width on Callapso

Posted: Mon Sep 22, 2008 3:02 pm
by norman
It will be dependent on the particular stylesheet you're using.

There are 5 different ones supplied for V9 Collapso.

Without knowing that it's hard to help.

Re: Control Pixel Width on Callapso

Posted: Mon Sep 29, 2008 1:53 pm
by guitarman
Hi Norman,

I'm told we're using the Rollover one ... hope that helps !

Regards, Andrew.

Re: Control Pixel Width on Callapso

Posted: Mon Sep 29, 2008 8:32 pm
by norman
Then edit file (in your Site folder) collapso-5-RolloverBoxes.css

The overall width is set to 150 pixels in the block

#collapso5 div
{
display: block;
padding: 5px 10px;
width: 150px;
background-color: #036;
}

If you change this, then you will also need to adjust the other width: nnnpx in later definitions by the same amount.