View Full Version : Link Transitions!


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 ...

pwtgirl
04-29-2005, 11:15 PM
What she means by --main directory-- is the main folder of your site where your pages are located. For example your index page etc...

Hugglez -- Mindy

Incendio
04-29-2005, 11:40 PM
What she means by --main directory-- is the main folder of your site where your pages are located. For example your index page etc...

Hugglez -- Mindy

Hmm ... no idea if I did it right or not. I THINK I did it right, at least. (I mean I think I uplaoded it to the right place) but it still doesn't work with the links. Do you have any idea why?

*Checking*

Yes, I did upload it to the right place, where I have my main and index page, and I took her code and pasted it into my .css file. But still, nada! *confused*