PDA

View Full Version : How to fix forum size


Ophie
07-30-2009, 07:21 PM
Greetings,
I am in the process of making a skin and I use fixed size images for category background, etc. and if I resize the browser window it would stretch the forum, but not the fixated images. My question is how do I go about keeping the forum at fixed width, without it being resized?

Thanks in advance.

Dismounted
07-31-2009, 05:39 AM
Change the "Main Table Width" StyleVar for the style.

Ophie
07-31-2009, 07:11 AM
That did not stop the forum from stretching if the browser is resized.

Hell Bomb
08-01-2009, 11:33 AM
are you using percent values instead of pixels. because it might be trying to adjust the theme to a fixed image percent therefore it takes up a percent of the window no madder how bid the window is because it stretches. if you use width=850 pixels it wont stretch because its beign told to stay at exactly 850 pixels no matter what.

Dismounted
08-01-2009, 12:44 PM
its beign told to stay at exactly 850 pixels no matter what.
Note that any static width you set is a minimum width.

Ophie
08-01-2009, 08:31 PM
I couldn't find a feasible solution so I made the images repeat. Thank you for the support.