Posts: 5,935
Name: Adam for web page design, not program
Location: Toronto, Ontario, Canada
|
You could use absolute positioning still if you had to, but use it relative to an element's parent, rather than the body of the document.
If you want an example of what I'm talking about, check my blog. You'll see how the photographs (the pictures div) at the top left are absolutely positioned at 0, 0, yet they won't appear there. That's because the absolute positioning applies in relative terms to the parent div (header).
Use hte same logic on your own site and you should be all good in the hood.
|