
This is for a new project I'm working on. Here's the lowdown :
This site has a fixed width of 750 pixels, and it is centered in a table. When you're using 800x600, you don't see any difference, but when you're at 1024x768 and up, you see that the site has only 750px, and takes up only the center of the window.
Now, I need my menu to say, be on the left-most part of the site. I've usually been using the "top", and "left" offset functions to position the menu, but now, this would change as the browser window gets wider and wider, since the content is centered.
I have tried using the "relative" position function and put the menu in a table cell, but this pushes down all the rest of my content...
what could i do to fix this ? (i don't wanna have to keep the content to the left..

thanks in advance !