Incendio
02-25-2005, 11:36 PM
If you go Here (http://pixelfx.org/v2.php)
Did you read the link transitions?
THis is what they say:
This tutorial will show you different types of link transitions you can add to your webpages, thier so awesome and will make your pages look spiffy.
You will need to download this file here: link.htc.
Upload it to your main directory.
Your CSS code should look like this:
<style type="text/css">
A{cursor:default;height:1px;behavior:url(link.htc) ;filter:progid:dximagetransform.microsoft.blinds(d uration=1)}
A:link{color:#000000; text-decoration:none;cursor:"default"}
A:visited{color:#000000;text-decoration:none;font-weight:none}
A:hover{color:#000000;text-decoration:none;background-color:none;font-weight:none;cursor:default}-->
</style>
See in the code where it says filter:progid:dximagetransform.microsoft.blinds (duration=1)? Well, where it says blinds (duration=1), replace that with whichever effect you like from below!
I did exactly what they said, still it didn't work.
Anyone has any tips? PLease!
Did you read the link transitions?
THis is what they say:
This tutorial will show you different types of link transitions you can add to your webpages, thier so awesome and will make your pages look spiffy.
You will need to download this file here: link.htc.
Upload it to your main directory.
Your CSS code should look like this:
<style type="text/css">
A{cursor:default;height:1px;behavior:url(link.htc) ;filter:progid:dximagetransform.microsoft.blinds(d uration=1)}
A:link{color:#000000; text-decoration:none;cursor:"default"}
A:visited{color:#000000;text-decoration:none;font-weight:none}
A:hover{color:#000000;text-decoration:none;background-color:none;font-weight:none;cursor:default}-->
</style>
See in the code where it says filter:progid:dximagetransform.microsoft.blinds (duration=1)? Well, where it says blinds (duration=1), replace that with whichever effect you like from below!
I did exactly what they said, still it didn't work.
Anyone has any tips? PLease!