Forum Moderators: open
If you start with the anchor tag as an object, changing the href and text is fairly simple.
Use setTimeout/setInterval to recursively call a function that will:
a) change the text/href when the text is invisible
b) fade/brighten the text slightly every few milliseconds
The fade/brighten is done by adjusting the 'alpha' settings - which are different for different browsers, so you will need to read around that a bit.
[dynamicdrive.com...]