I'm having a hard time laying out a page here. I have the full table inside a #container div which is positioned: absolute.
Then a #nav layer using relative positioning. I could see that making it "0" position left was taking it to the left edge of the container-- which is where I wanted it.
My problem comes in when I try to add another layer for the page text. If I make it "relative" -- the #nav div disappears. If I make it absolute, I can still see the #nav layer but the positioning is all messed-up. Can't I have 2 layers positioned relatively within a container?
Here are my test files: http://www.markasey.com/ that is, of course, my index page and then if you click on "home" you'll see what happens if I made the #text layer "relative" -- no navigation bar (yet the code is there)
Sorry to be so long-winded -- I hope that makes sense and someone has some ideas for me. Thanks, Mark
