I've just finished designing a site and have had it on review for the past couple of days on this forum. One thing that a lot of people have been saying is that it steps outside the 800x600 resolution sizer screen.
What measurements, in general, do people use to define table widths - I went straight to 800 px, but I realise now that that is SCREEN size, not DISPLAY size.
I usually define maximum width of layout to 750 pixels (800x600, 24 pixels for scrollbar), horizontal-alignment at center. This fills both 800x600 and 1024x768 windows nicely, still giving enough space for all kind of tricks. If a person surfs with smaller resolution or with small browser window, I consider this to be his/her problem. Sometimes (depending on case), I use relative measurements (like percents) for parts of the layout.
I'm with whackaxe on that one - use fluid layouts.
What if someone with WebTV (320px width...???) decides to view your page???
__________________ Vladdy | KL "Working web site is not the one that looks the same on common graphical browsers running on desktop computers, but the one that adequately delivers information regardless of device accessing it"
Depends on th page obviously but I generally find using % a pain, a combination of the two can be good though. Personally I have main text in a 70% width container which itself is set 150 or so px from the left. This always gives a bit of space to the left whatever the resolution, a bit of space to the left is always good.
__________________
[+] Computer/PC issues [+] Silverpaw3D
------------------------------------------------ Never buy a dwarf with learning disabilities...
I tend toward a defined width, centred table of somewhere in the
750 by 440 area for a start page on a site. Should allow zero
scrolling for 8by6 and above.
Default M$windows scrollbars are about 22px wide, window
edges are 5px each side - 22+5+5 = 32. 800-32 = 768px max. I
like a lil bit of whitespace though so tend toward a lower figure
than that 768.
Vertical space is even peskier - 440 was just a size I used ages
ago and no-one really complained so I kept it.
'tis better to be ten pixels under available size than to have a
half inch of scrolling needed.
__________________ Ökii - formerly pootergeist teckis - take your time and it'll save you time.
or then again you could even go as far as to have a script resize evrythingusing screen.availheight and screen.availwidth as a start point and resuz evrthing according to that
__________________
photoshop too expensive? use the GIMP! www.gimp.org
I dont usually use %'s unless i have something that has to be 100% or something that cant really be done in pixels. 700 - 720 is usually what i find to work alright... makes us peeps on 800*600's feel like there is a little space left on our screen
I have a centered-table at 95%. I find this to be very good, although it's only a one-column layout. My personal suggestions for a 2 colum would be to have around 130 to 160 pixels fixed width on the left and let the right side be the rest of the width. Nice discussion!