tom111
11-29-2005, 07:02 PM
Problem with site resolution
My site only deploys well on 1024 X 768 resolution.
On the other resolutions it appears rather to big ot too small and never fits the page the way it does on a 1024 X 768 resolution
How do I make it that it can adapt to all resolutions?
For example, lissaexplains.com adapt perfectly to various resolutions.
wergo
11-29-2005, 08:51 PM
you could either make a layout for each resolution or when aligning ur tables and divs, instead of putting an exact position and size, you could align it to left, center, right o.O
tom111
11-29-2005, 09:10 PM
I don't have divs, its all tables.
Do you think the problem would be solves if I change the width sizes with percentages rather than fixed widths?
Do you think the problem would be solves if I change the width sizes with percentages rather than fixed widths?
yes.
percentages will expand and contract with the size of the window.
tom111
11-30-2005, 05:17 PM
yes.
percentages will expand and contract with the size of the window.
Do I need to do EVERY table?
Or just do the primary table on a page?
depends.
if any of the inner tables have a fixed width that would add up to a larger width than the window size, then some of them may need to go percentage as well.
basically, take a look at one of your widest tables. would it fit into a smaller resolution? if not, then percentage it or reduce its solid pixel size. then move down from there.