Markxxx
12-19-2007, 09:47 PM
I personally love the 800 X 600 screen resolution but I realize few people use that anymore.
I have been studying other websites and it seems a lot of them still design for this screen resolution and just use a table to center it if the resolution is higher.
I use CSS for design and know you aren't "Supposed" to use tables.
Now with plain CSS and a site that is heavy in words it doesn't seem to matter much. The sites look good in any resolution, but for example, on one site I did, I used images. In 800 X 600 I can use 2 images across. If I were to go to a higher resolution I could use 3 images across.
Now using CSS it looks great in 800 X 600 but in higher resolutions I am left with a lot of blank space at the right.
So I have two questions, what is the best way to design for different screen resolutions. Should I just design for the higher resolutions and let the 800 X 600 people scroll horizontally?
Should I just use a huge <div> to contain each page and try to center that on the screen, so it looks good in 800 X 600 and just centers the page in higher resolutions. Would that even work? Or is it back to putting everything in a table and just centering that table?
I am looking for ideas and best methods. I perfer to do it right with CSS if possible.
Thanks
I have been studying other websites and it seems a lot of them still design for this screen resolution and just use a table to center it if the resolution is higher.
I use CSS for design and know you aren't "Supposed" to use tables.
Now with plain CSS and a site that is heavy in words it doesn't seem to matter much. The sites look good in any resolution, but for example, on one site I did, I used images. In 800 X 600 I can use 2 images across. If I were to go to a higher resolution I could use 3 images across.
Now using CSS it looks great in 800 X 600 but in higher resolutions I am left with a lot of blank space at the right.
So I have two questions, what is the best way to design for different screen resolutions. Should I just design for the higher resolutions and let the 800 X 600 people scroll horizontally?
Should I just use a huge <div> to contain each page and try to center that on the screen, so it looks good in 800 X 600 and just centers the page in higher resolutions. Would that even work? Or is it back to putting everything in a table and just centering that table?
I am looking for ideas and best methods. I perfer to do it right with CSS if possible.
Thanks