leeinvank
12-01-2005, 10:07 PM
I'm trying to build a website. I've used tables to have a header type thing across the top, navigation bar down the left side, and then a content area to the right of the navigation area and below the header table. The header type thing is in one table, and the navigation/content areas are another table. I am trying to use the CSS position property to make the navigation area stay in the same spot when you move around in the content area. I started with position: fixed; and no matter what else I do with it (I've tried playing with left:, right:, etc.) or add to it, the two areas below the header table overlap... the content area moves over to the left and you can only see about half of it because it's covered by the navigation area. I have been playing around with it a lot and am so frustrated, I can't figure it out at all. Yes I am a novice at this. Please help!