I have a small problem, when i click a link in my navigation bar, the format of the page changes and I have all the body text over the navigation bar, I’m not sure what is the cause.!
There’s a problem within the css definition for #main-doc that’s causing the page to reset the positioning after clicking on a link. The reason for that is when position is set to “absolute”, the element is removed from the normal document flow.