Ralph2
10-10-2009, 03:57 AM
I have a long page of text (like a book). Each chapter is several screens worth and each placed into <div> ______ </div> (possibly 15 in total and each with a different ID).
As the user scrolls through the screens I would like to have a stationary image dependent on which <div> is currently showing to provide feed back on where he is currently.
So.. if the screen was showing content in <div> ID #c1 an image indicating "you are in chapter 1". As the screen moved into <div> ID#c2 the image would change to "you are in chapter 2"....
My image would be something along the lines of a tab and located some 100px from the top and floated to the right side of the page.
Can anyone advise on how I might accomplish this.. or even what would you call this... (besides daft:D)
As the user scrolls through the screens I would like to have a stationary image dependent on which <div> is currently showing to provide feed back on where he is currently.
So.. if the screen was showing content in <div> ID #c1 an image indicating "you are in chapter 1". As the screen moved into <div> ID#c2 the image would change to "you are in chapter 2"....
My image would be something along the lines of a tab and located some 100px from the top and floated to the right side of the page.
Can anyone advise on how I might accomplish this.. or even what would you call this... (besides daft:D)