Css Tutorial [Fading Links]

Well first Ihave to say that not all browsers are able to see CSS because of the fact their computer is a piece of shit, but these can make your site look very nice an its what i used on one of my past layouts.

- First before you do anything download this file linkhilight.htc
- Next go ahead an upload it in ur ftp so when you can see the effect while your editing it.
- Then you will need to insert this css style effect below into the HEAD of ur html.

 

 

<style>
A{cursor:hand;height:1px;behavior:url(linkhilight.htc);
filter:progid:dximagetransform.microsoft.gradientwipe(duration=1)}
A:visited {color:"#000000";text-decoration:none}
A:hover {color:"#F4F400";text-decoration:none}
A:link {color:"#000000";text-decoration:none}
A:active {color:"#F4F400";text-decoration:none}
</style>





- After that just fool with the colors til u get it to match your web page and will end up looking like this below: (put ur mouse over the link) ENJOY!

If you find this information inaccurate or have questions post in the forums