I prefer fixed width, for the simple fact that you can create your layout and know exactly how it will look on other screens.
For instance, if I create a layout 1024 wide, I know darn well that anyone on 800x600 will have to scroll to see it all, and resolutions above that will have white space.
Fluid though, is a bit tougher LOL what looks great on my screen at 100% may look like hell on a 800x600 resolution.
Of course you can check and recheck all the different resolutions and see how it will look, but I'm just too darn lazy for that, so for the most part, I prefer fixed width.
|