|
What I want to do is design a page with CSS using layers. A page that will have the same navigation links and then there will be many different pages that will appear in the main body of the page. Is there a way to make it so the entire contents of the navigation links (not just the style) can be done with CSS, so that if I ever want to add or remove a navigation link I do not have to go through hundreds of pages and take them away individually. I basically want to get a layer to act like a frame, but do not want the drawbacks that come with using frames. I also feel like I may be getting into databases.
Anyone that can point me in the right direction?
|