|
before I'll go further, I have a small innocent question: "Why don't you use a table?".
About your code, as you don't need to use floating or relative positioning, just set up a fixed with (if you'd like) of your main layout container and the rest of the inner containers (like header, menu, content...) set up to a 100% width.
I think that'll be all...
|