Thread: Navigation
View Single Post
  #2 (permalink)  
Old July 6th, 2003, 06:33 AM
Imar's Avatar
Imar Imar is offline
Wrox Author
Points: 33,554, Level: 80
Points: 33,554, Level: 80 Points: 33,554, Level: 80 Points: 33,554, Level: 80
Activity: 100%
Activity: 100% Activity: 100% Activity: 100%
 
Join Date: Jun 2003
Location: Utrecht, Netherlands.
Posts: 10,228
Thanks: 7
Thanked 203 Times in 201 Posts
Default

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.
Reply With Quote