Forum Moderators: not2easy
My page's body has a set width, and a left & right margin set to "auto".
This centers my content in the middle of the page.
My problem is now I'm trying to absolutly position an element. I can position the elment vertically just fine, but problems arise when I try to set a horizontal position.
I notice that regardless of how big or small the user's window is (which will change the horizontal position of my page), the absolute starts from the top left of the window.
Is it possible to change this start position to begin from the start of the body, and not the window?
Maybe there's a better solution?
Thanks for your advice.