Hi there,
As far as I can see, this is not too difficult. There is no need for frames; all you need to do is display the correct images in each page, for example:
{page1.html}
imgTab1_On.gif
imgTab2_Off.gif
imgTab3_Off.gif
{page2.html}
imgTab1_Off.gif
imgTab2_On.gif
imgTab3_Off.gif
{page3.html}
imgTab1_Off.gif
imgTab2_Off.gif
imgTab3_On.gif
On the first page, imgTab1 is selected (the _On.gif image). The same is true for the second page with the second tab and so on.
So all you need to do is display the "selected" tab with an image on the page the user has browsed to. You can even do this with a server side technology like ASP or PHP etc and then use the QueryString to determine which tab to select.
HtH
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
|