Control Pixel Width on Callapso

Expanding / Collapsing, search engine friendly, Section menu.
Post Reply
guitarman
Posts: 2
Joined: Mon Sep 22, 2008 12:03 pm

Control Pixel Width on Callapso

Post by guitarman »

Hi,

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

Thanks,

Guitarman
norman
Site Admin
Posts: 1252
Joined: Sat Feb 07, 2004 9:55 pm

Re: Control Pixel Width on Callapso

Post 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.
guitarman
Posts: 2
Joined: Mon Sep 22, 2008 12:03 pm

Re: Control Pixel Width on Callapso

Post by guitarman »

Hi Norman,

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

Regards, Andrew.
norman
Site Admin
Posts: 1252
Joined: Sat Feb 07, 2004 9:55 pm

Re: Control Pixel Width on Callapso

Post 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.
Norman
Post Reply