Incendio
04-29-2005, 10:19 PM
Help! I've been trying to get this cool effects on my links, but it just doesn't work :(
If you go to this site ... http://pixelfx.org/v2.php
And then click at Tutorials > Css Tutorials > Page 1
You'll find "Link Transitions", this is what it says:
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 that, but it didn't work :( When she said, "upload it to your main directory, what does she mean?
I'm working with FTP, and I just downloaded the file, and "FTP'ed" it... is that what she means? Or did I do something wrong? Hmm ...
If you go to this site ... http://pixelfx.org/v2.php
And then click at Tutorials > Css Tutorials > Page 1
You'll find "Link Transitions", this is what it says:
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 that, but it didn't work :( When she said, "upload it to your main directory, what does she mean?
I'm working with FTP, and I just downloaded the file, and "FTP'ed" it... is that what she means? Or did I do something wrong? Hmm ...