PDA

View Full Version : I feel like an idiot for asking this but... fixed style... how to?


BirdOPrey5
11-12-2010, 10:50 PM
I always thought to make a style fixed (as opposed to fluid) I just changed the "Main Table Width" stylevar to something like 900px instead of 100%... However I did that and the only thing that became fixed width was the very top (the logo) and the very bottom of the page (where the style chooser and bottom of the page links are.)

You can see what I mean here: http://www.juot.net/forums/forum.php?styleid=23

I searched and it seemed to confirm what I thought, it was just a simple change to the stylevar: https://vborg.vbsupport.ru/showthread.php?t=214466

But obviously not working... That style in my link is the default vb style with just the style var width set to 900px. :confused:

Lynne
11-13-2010, 03:21 AM
You also have to set the left/right margin to auto.

BirdOPrey5
11-13-2010, 11:51 AM
OK... thanks... I don't see a setting for that... I don't see it in the header/footer or CSS either... I veiwed source of some fixed width styles I see in the CSS .page there is a margin setting but I did that and it didn't change anything... what am I missing? :confused:

private_ale
11-13-2010, 02:16 PM
Hi,

Just use 900, do not add px to the end.
I have included an image for reference.

BirdOPrey5
11-13-2010, 02:38 PM
Hi,

Just use 900, do not add px to the end.
I have included an image for reference.

Genius! - Thank You :)

Lynne
11-13-2010, 02:41 PM
This here - http://www.juot.net/forums/forum.php?styleid=23 - seems just fine in firefox. Is this a browser issue you having?

BirdOPrey5
11-13-2010, 05:37 PM
It's working now that I took the "px" out of the box like private_ale suggested. Thanks.