|
If your layout scales according to the size of the window, there is no way to guarantee it will look good on all resolutions. Unless you want to take the time to test 20 different resolutions every time you make a layout change. Because there really are that many different ones. You've got 800x600, 1024x768, 1280x1024, 1600x1200, if you really want you can go higher than that, plus 640x480... there is one or two people still using it believe it or not. Plus all the different widescreen resolutions, plus resolutions for mobile devices, etc etc...
That's why I prefer fixed-width layouts. I do have one or two sites that scale but the vast majority of my sites are fixed width. Usually built for either 800x600 or 1024x768.
|