"Rafal 'Raf256' Maj" <> wrote in
news:Xns944B87D8320E7raf256com@213.180.128.20:
> how can I build basic layout - main page 600px + 200px column of it's
> left side + footer (800px width) at bottom?
I wouldn't go for those particular dimensions: if someone has a screen size
of 800x600 (still quite common, especially for people with smaller monitors
since on a 15-inch monitor, text looks too small at 1024x76

, they're
going to have less than 800 horizontal pixels available inside their
browser window even if they're running maximized, because of scrollbars,
borders, and the like. So your proposed dimensions will make a horizontal
scrollbar appear.
Much better to change those pixel values to percentages, namely 75%, 25%,
and 100%. That way the page will automatically adjust to the user's window
size, limited only by the sizes of images.