Forum Moderators: open
body element? This is one of the major issues to deal with when styling for application/xhtml+xml - without going into the excruciating details, because you're dealing with XML rather than HTML, body doesn't have the same importance - it's just a tag like any other. Without seeing your CSS, I can't be very specific about advice, but try moving styles up to the
html element instead of body and see if that makes a difference.
Can you reduce the problem down to a simplified example that you'd be able to post here (both CSS and XHTML)? When you say "messed up", in what way? Is it margins, floating, inherited styles?