Reply
Thu 17 Nov, 2011 10:35 am
I'm creating a website with that same basic design we see in every webpage:
___________________________________________
Logo
___________________________________________
Navigation Bar
___________________________________________
Content Window
___________________________________________
I've got a great logo, navigation bar, and content all written in HTML/CSS...
What I want is for my webpage to load.
But when a link is clicked on the Navigation Bar, it just reloads the Content Window.
An Iframe would do that obviously.
But I also want each location in the website to be bookmarkable; meaning I want the URL to reflect the current location of the content window.
At least the way I know how to use an IFrame when the user clicks the navigation bar, the URL doesn't change.
Any suggestions?
Also I don't mind adding on other webprogramming schemes aside from HTML/CSS so if you're like this only works if you use JavaScript, I can do that.