It's probably best to design for both 800*600 and 1024*768 resolution. Say you have layers on your page. I can center tables to looks good in both resolutions but layers will be thrown off in a different res. and also if I have a popup menu or a pop up window that is absolutely positioned in the code using x and y params, that will also be thrown off. So how do you design these page elements to look good in both 800*600 and 1024*768? Thank you very much for any advice.