|
|
Question : How can I make a hyperlink image change when active and after it has been accessed w/o using java script?
|
|
I have a site where I want to make the links to the different pages in the site change graphics so they they are one picture when inactive, another picture when active then a 3rd picture after they have been accessed. I have seen it done with javascript but am unfamiliar with that. Can it be done with html?
|
Answer : How can I make a hyperlink image change when active and after it has been accessed w/o using java script?
|
|
Tina
The active/inactive button is quite straightforward to implement. Take a look at the following tutorial-site;
http://wsabstract.com/script/script2/arrowimage.shtml
SOme sample code; The green button will turn to yellow if you move the mouse on the link. Just add as many ref, but make sure 'menu1-dot' is unique for each item.
For the 2nd part - how to get the image to changed to other for visited link -> I'am not sure. It seems to be taking color-tag only, and not Javascript fuction.
Maybe somebody could elaborate on that. -----------
Option for Menu 1
Option for Menu 2
--------------
|
|
|
|