You got it looking right in FF, that's good. Use conditional comments to kick IE into compliance. Use a link href in your conditional comment, after your main style sheet link, with only the fixes needed that IE is choking on. That way, by putting your IE fixes in a separate sheet, you can call on it to fix subsequent pages.
tim
__________________ SEO "experts" smell like Big Fish_|_ Please login or register to view this content. Registration is FREE
In my experience, if you get it right in FF, it'll be about the same in the other standards-compliant browsers. You're never going to get the display exactly the same in all of them. Regarding different sized monitors, that depends on if the your layout is fixed or entirely percentage based. Just be mindful of what adds up to your outermost limit, be it %, em or px. Don't use positioning unless it's absolutely necessary, use the document flow, float and clear.
tim
__________________ SEO "experts" smell like Big Fish_|_ Please login or register to view this content. Registration is FREE
Hey if you don't want your logo moving around when you resize the browser window, just make sure that logo is inside a dive the same width as the rest of the content and position it inside that div. not absolutely depending on the window.