Quote:
|
But why would I want to bog down the site by making it open the navigations over and over again for each page? That doesn’t seem to be the most professional way of doing it. T
|
It's NOT going to bog down anything. The first time a page is loaded in the browser the graphics are cached (and everything else) on the user's machine anyway, that's how it works, that's how it has always worked. So, you're not forcing a re-load of anything. If the graphics for every page looks like that sample template you linked to, then the ONLY thing on each page that will actually load 'new' is the new content on each called page.
As for blogs, they're all specially scripted and laid out to do what they do. I don't use them so I don't know what's involved. Perhaps if you showed us an example of one that works they way you want it to.
Quote:
|
The blog templates that I create open the content in a specific location and that’s what I need to do for these sites I am creating.
|
The only way you are going to accomplish that is to use dynamic 'layers', which requires scripting, or an iframe. It could be done in CSS, but then ALL the content for every single 'page' would have to be actually coded INTO that ONE page, then you show and hide divs as needed. That gets complicated.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
Please login or register to view this content. Registration is FREE
Please login or register to view this content. Registration is FREE
Last edited by LadynRed; 07-24-2006 at 02:52 PM..
|