Hello,
I want to create a site in which widths will be declared in em units. I've done this before but now it's a bigger problem.
Here's the auxiliary image. Menu (with brown background) outlined with blue border will have position: absolute;
My question is:
How to center this site? (I'll certainly add a DIV which will contain the whole site - except the menu)
Adding text-align: center to BODY doesn't help. I can use neither margin: 0 auto nor position: absolute; left: 50%; margin-left: -something, because it's impossible to declare width (cannot add px to em).
Best Regards, Aleksander Łaba