Thread: Hyperlinks fading!
Results 1 to 7 of 7
Related
-
hyperlinks don't work Forum: HTML Forum
Replies: 3 -
<ss> tag and hyperlinks Forum: HTML Forum
Replies: 3 -
Background fading... Forum: HTML Forum
Replies: 2 -
Hyperlinks and frames Forum: HTML Forum
Replies: 2
-
06-11-2003, 11:21 AM #1
Hyperlinks fading!
OK check this site out!
www.cruciallimit.com
go to the bottom, and mouse over the links their.
See the nice effect?
Does anyone know how to do this?
Thanks
-
06-11-2003, 12:01 PM #2
Maybe these URLs will help?
http://dynamicdrive.com/dynamicindex4/highlightgrad.htm
http://dynamicdrive.com/dynamicindex4/highlightgrad2.htm
-
06-11-2003, 02:25 PM #3
Just put this script in your <HEAD> tag
<SCRIPT LANGUAGE="JavaScript" SRC="fade.js"></SCRIPT>
-
06-11-2003, 02:32 PM #4
dont forget to get/upload fade.js though
If one of our members helps you, please click theicon to add to their reputation!
No support via email or private message - use the forums!
Before you ask, have you Searched?
-
06-11-2003, 02:51 PM #5
Thanks for the heads up Quiet Dean, here is the URL where you can download it:
http://www.thedesigncore.com/js/fade.js
-
06-12-2003, 03:35 AM #6
-
06-12-2003, 08:05 AM #7
That's kind of neat
Question:
I have a page where the navigation is light grey text on dark grey, and the body is black on light grey.
Would I set it up twice to call a different .js within the body at the location it applies (ie. set up two different .js docs and call them at the right place within the body rather than one script in the head of the html doc) ?
Right now it will work correctly for one or the either, but not both as the fading effect have to be for different coloured text on different backgrounds.
I do like the effect!