View Full Version : Need Help With Blurr Effect!!! Plez Help!!!


ashwin
07-04-2003, 08:14 PM
OK. I SAW THESE ON-MOUSEOVER BLURR THINGS AT THIS WEBSITE~
http://www.chocolate-sauce.net/loz/
JUST HOVER ON THE ENTER SIGN AND YOU SEE WHAT I MEAN-THE BLURR. I WANT SOMETHING JUST LIKE THAT FOR MY WEBSITE. DOES ANYONE KNOW HOW TO DO THAT? PLEZ HELP ME...
ASHWIN

Cherchezlafemme
07-04-2003, 08:34 PM
Search the Forum and enter "Pixelate" as your query.


http://www.lissaexplains.com/forum/showthread.php?threadid=35153

or click that

ashwin
07-04-2003, 09:05 PM
OK. IVE TRIED THAT, BUT IT JUST DOES NOT WORK AT ALL!

HERE IS PART OF MY CSS CODE:

a:hover {color:#9999cc; background:#99ccff; cursor:"help"; behavior:url(C:\Documents and Settings\Anjali\My Documents\link.htc); color:black; filter:progid:DXImageTransform.Microsoft.Pixelate( MaxSquare=5, Duration=1, Enabled=false;)
}

ANYWAY, WHERE ON THE INTERNET CAN I UPLOAD A FILE WITH THE EXTENSION '.HTC'? MOST PLACES ONLY ALLOW U TO UPLOAD FILES OF 'JPG' OR 'GIF'...

WHAT DO I DO? I MEAN, LOOKING AT THAT CSS CODE, EVERYTHING LOOKS OK... HELP ME!!!

stargrl329
07-05-2003, 07:01 PM
i know you can get a server that supports .htc files at 0catch.com, brad.com, or 150m.com. as for your code, are you trying to preview the effect offline? because if you aren't, the reason it won't work is because you haven't uploaded the .htc file yet.

ashwin
07-05-2003, 09:08 PM
Yes, I am doing it offline. So, What is the problem with the code???

MaGiCSuN
07-05-2003, 09:26 PM
probably this doesn't work offline but try this:

change this url:

C:\Documents
and Settings\Anjali\My Documents\link.htc

to:

link.htc

since i guess you have got the page where the effect is on is into the same folder as your link.htc file

if this doesn't work then have you got the .htc file download? if so, then just upload it and test it online. still then your host must support .htc files

download file: http://www.``````````````/transtutorial.shtml

Love,
Mirna

ashwin
07-05-2003, 09:44 PM
Well... thanx for helping, and I tried that, BUT IT STILL IS NOT WORKING AT ALL. HERE IS A SECTION OF MY CSS CODE:

a {text-decoration:none; background:none; border-bottom:1px dashed #4B4B21;}
a:link {color:#4B4B21;}
a:visited {color:#5F5F31;}
a:hover {text-decoration:none; behavior:url(link.htc); filter:progid:dximagetransform.microsoft.pixelate( duration=1, maxSquare=10, enabled=false); height: 1px; clip: rect( );}

WHAT SHOULD I DO??? WOULD ANYONE ALLOW ME TO USE THEIR ONLINE URL FOR THE "link.htc"??? please.....

christiandude03
07-05-2003, 09:45 PM
couldn't you rename the htc to like link.html and change that in your css?

ashwin
07-05-2003, 09:53 PM
No, I cant. see, the "htc" file extension is a special type of file used for these kind of scripts. If the .HTML file extension worked for this script, then dont you think everyone would be using .html rather than .htc???

Anyway, as repeated from above,
WHAT SHOULD I DO??? WOULD ANYONE ALLOW ME TO USE THEIR ONLINE URL FOR THE "link.htc"??? please.....

stargrl329
07-05-2003, 10:56 PM
your problem isn't with the link.htc file - because i tried to use your code with my link.htc and it didn't work either. try this code for your stylesheet; you can change the colors/add other properties if you want to.


<style type="text/css">
<!--
a{ height: 1px; color: #FF40FF; text-decoration: none; behavior: url(link.htc); filter:progid:DXImageTransform.Microsoft.Pixelate (MaxSquare=5, Duration=1, Enabled=false) }
a:hover{ color: #ffffff; text-decoration: none; }
-->
</style>

I have put your code between [ php ] so that it shows up without smiley ~ mod

ashwin
07-06-2003, 08:06 PM
...Still not working.

But here is a section of my CSS code which you (or anybody) can work with. And yes, I am testing these codes offline, if you ask that the billionth time.

a {height: 1px; border-bottom:1px dashed #4B4B21; text-decoration:none; behavior: url(C:\Documents and Settings\Anjali\My Documents\link.htc
); filter:progid:dximagetransform.microsoft.pixelate( duration=1, maxSquare=10, enabled=false); clip: rect( );}
a:link {color:#4B4B21;}
a:visited {color:#5F5F31;}
a:hover {text-decoration:none; }


Any help from anyone is appreciated.

Cherchezlafemme
07-06-2003, 08:32 PM
Sorry I couldn't help you earlier I got your PM just now! anyway I was busy learning how to make blends :D


Ok, why don't you take out C:\Documents and Settings\Anjali\My Documents\ and leave it as "link.htc"
If you have ALL your webpage stuff saved in one exact place right now then you don't have to write that. You only write that when your webpage is placed in other folder.
Did you use the Dodo's new world tutorial?

MaGiCSuN
07-07-2003, 12:29 PM
you REALLY want to know what the problem is? becuase it's really dumb lol, that's why HTML hates spaces...

the word dximagetransform was spaced into two parts, when i put them together OFFLINE it worked.

<style type="text/css">
<!--
a {color:#4B4B21; height: 1px; border-bottom:1px dashed #4B4B21; text-decoration:none; behavior: url(link.htc);
filter:progid:dximagetransform.microsoft.pixelate( duration=1,maxSquare=10, enabled=false); clip: rect( );}

a:link {color:#4B4B21;}
a:visited {color:#5F5F31;}
a:hover {text-decoration:none; }
-->
</style>

Love,
Mirna

EDIT: i really really arrgggh, the forum makes spaces. So put all the words together, and save the file.

ashwin
07-07-2003, 07:12 PM
Yay! Thanx guys! It worked! But I do have one itsy-bitsy question for yall:

First, go to dodo's new world (here (http://regretless.com/dodo/newworld/)), click on the SMALL sleepy cat (3rd pic), choose HTML on the drop-down menu, and go to effects.

See the code in the text area which is supposed to be saved as 'linkhighlight.htc'? Well, I was wondering if you could use that code somewhere in your <head> tag and refer to it in the CSS section where it says .....URL(). I think it could be possible.

Please help soon.

MaGiCSuN
07-07-2003, 07:21 PM
I don't really understand what you mean. You can just change link.htc (what you have) to linkhighlight.htc what dodo's page says.

But i don't get the <head> part, can you explain a bit more? thanks

Love,
Mirna

ashwin
07-07-2003, 07:59 PM
OK... Mirna, in a simpler way stated:
I was wondering if you could avoid using a separate file (link.htc) for the javascripts and simply just put the javascripts (which are the contents of the link.htc file, as stated by dodos new world) simply on HTML page directly... could you do that?