
Originally Posted by
ddadmin
Are you asking how to have the currently selected tab change depending on which page is currently being viewed, with the two matching? By default this is done manually actually- on each of the pages, you'd modify where the id="current" attribute gets inserted. This can be done dynamically as well, but then that requires integration with some code on your server side to dynamically output this the HTML for the tabs, including id="selected" and matching the later up with the currently viewed page.
Bookmarks