The basic layout of my site contains a horizontal bar of tabs at the top of the page that link to the various main sections. Below the tab is the content of each page. The tab bar in included in each page via ssi, so every page in the site references the same html document for the tab bar. Each tab is a separate image.
Question: is there any sort of code or script I can use so that when a visitor clicks on a tab and goes to the linked page, it will remember which tab was last clicked and display a different (e.g., differently colored) tab in its place (like for example, on the Apple site) so as to indicate which section the visitor is currently in, but while preserving the ssi included tab bar as only one html document?
|