PDA

View Full Version : how to fixed width skin?


nureeves
12-03-2008, 04:01 PM
hello

just wanna ask, how to fixed width of forum skin, no matter how in wide or largest monitor?
i haved fixed my forum skin by changing width value on stylevar, and it looks nice on 1024x768 resolution. But when i change the resolution into 1280x800, .. my forums skin go wider.. :(

would you please give me a solution
anyway thanks be4

Fungsten
12-03-2008, 05:16 PM
One way I did it is to put in the % instead of pixel width. It worked with a couple of my styles. So instead of entering in 1024px, 768px, put in 100% for each value. Not sure though.

nureeves
12-03-2008, 11:36 PM
One way I did it is to put in the % instead of pixel width. It worked with a couple of my styles. So instead of entering in 1024px, 768px, put in 100% for each value. Not sure though.

i already put 80% to make it smaller, and looks fit on 1024x768 resolution.
eg., i'm sure that vb.org styles use 80% width, but it keeps fit even i view it on 1280x800 screen resolution.

any idea?

Spank
12-03-2008, 11:46 PM
I think if it's a percantage it will be fluid, if you put a pixel it will remain fixed ie 800px

nureeves
12-04-2008, 01:46 AM
I think if it's a percantage it will be fluid, if you put a pixel it will remain fixed ie 800px

ahaaa ... solved
thank you very much :D

Spank
12-04-2008, 01:51 AM
Glad you got it sorted :)

Fungsten
12-04-2008, 04:04 AM
ahaaa ... solved
thank you very much :D

That's what I said. LOL.

abbasbsp
12-07-2008, 06:06 AM
adminCP ==> styles Manager ==> styleVars ==>

Main Table Width = 80%
Spacer Size (pixels) = 0
Outer Border Width (pixels) = 10


thank's