guys i using Microsoft web expression, and ideal how to make your web base on 1024x768 resolution?
I've never used that, but it sounds as though you're trying to make your website 1024px wide, which is a bad idea. Not only will this not display well on some lower resolution monitors, but it's much easier just to do: width:100%; in your CSS.