smithwdoug wrote:
> Thank you, Trevor L. Here's an example of precisely the kind of thing
> I would like to do:
>
> http://www.sundancecatalog.com/shopp...ProductID=7066
>
> The "product information", "May we also recommend", "Product Story",
> "Care Information" tabs. This seems like a remarkably elegant and
> user-friendly way to provide a visitor with whatever information they
> need or find relevant. But am I correct in guessing that I will need
> to become a real whiz with Java to do this?
Thanks for the reference
From what I can see that it uses JavaScript to load an image into a table
cell
e.g .
<td onclick="sT(1)" style="cursor

ointer"><img id="tab1Img"
src="/images/us/local/page_specific/detail/pdttab1_btn_on.gif"
border=0></td>
<td onclick="sT(2)" style="cursor

ointer"><img id="tab2Img"
src="/images/us/local/page_specific/detail/pdttab2_btn_off.gif"
border=0></td>
When onclick= is executed, it loads a different image into the image tag
(the Tab itself). I had difficulty finding where it changes the contents of
the cell containing the images. But that's the principle behind it.
If you only want a different image or text, it would not be too diificult to
write the JavaScript.
But yes, you would have to learn some JavaScript (NOT java)
If you can give me a simple example of your page and what you want to change
I may be able to find the time to write or even find a simple script to swap
the image (or text) when a tab is clicked. (As I am retired, I usually have
some time, if I'm not browsing the newgroups or doing other "interesting"
things like shopping !)
--
Cheers,
Trevor L.
[ Microsoft MVP - FrontPage ]
MVPS Website:
http://trevorl.mvps.org/
----------------------------------------