we are creating a new website.
We would like to make up the site with iframes that represent different parts of the page, navigation, content, headers etc.
However our navigation menu has some "context" built into it. That is if you are the "About" section the button/link for About will be highlighted to indicate that this is your location within the site. I want to include a meta tag in each page that is like this (or something similar)
<meta name="page" content="--page name goes here--" />
I then want to be able to give all the nav menu items an id. When the id of a nav menu item matches the content of the 'page' meta tag, then I want the highlighted image to show rather than the regular one.
Can you outline the basic steps, perhaps with some code, to get this done.