View Full Version : mouseover blur


gotfaith3
03-03-2003, 10:56 PM
okay here's my page ...here (http://www.freewebz.com/gotfaith3/index.htm) and i searched the forums and i got a code to make my links blur on mouseover(in my iframe) but i put it in there and it didnt work.... does anyone know why?

vicious_wy
03-04-2003, 02:32 AM
I feel the need to remind you that moderators will be upset if you post a link to your site... next time just post the code.

Anyway, try putting the style code between the <head> tags
As of right now, it is after the <body> tag, and not doing anything

gotfaith3
03-04-2003, 02:41 AM
alrighty i'll try that

gotfaith3
03-04-2003, 02:49 AM
okay i did that but still nothing.......

MaGiCSuN
03-04-2003, 12:09 PM
Originally posted by vicious_wy
I feel the need to remind you that moderators will be upset if you post a link to your site... next time just post the code.

Gotfait is allowed to post the link to the page where he/she needs help with :) It's an example and a way to show us the code.

Gotfait, i have no idea why it doesn't works. I tried it on my computer and nothing works. Even not when i put .blur {codes in here} into the CSS code and then put class="blur" into the link.

I will check again tonight, because this is weird!

Love,
mirna

gotfaith3
03-04-2003, 02:21 PM
okay thanks...

MaGiCSuN
03-04-2003, 05:14 PM
Don't ask why, but i had height:0 into my css code, and when i took that out of the code the effect dissapeared too. I have no idea why it has to be in it, but without it none of the effects like shadow, flipV etc work.

<style type="text/css">
<!--

A:hover { color: #D4D4D4; height:0; filter: Blur; font-weight:bold;}
-->
</style>

if you want to change the blur color too then add (Color="#000000") right after Blur so like this:

<style type="text/css">
<!--

A:hover { color: #D4D4D4; height:0; filter: Blur(Color="#000000"); font-weight:bold;}
-->
</style>

Whatever you change, don't change the height:0 because then the effect will go away :)
Good luck !

Love,
mirna

gotfaith3
03-04-2003, 06:44 PM
thanks alot

okay i got it to blur but not exactly how i wanted it to... have you seen how lefty's enter page is and you hover over it and it blurs a whole lot and then goes back into focus.. how can i do that.. what is that called???

MaGiCSuN
03-04-2003, 07:08 PM
I can't see it anymore sorry, she has a new layout and those links turn to a lighter grey colour now.

Search on google.com for css filter blur and then you will get allot of pages that explain how to work with that filter. Experiment with it a little

Love,
Mirna

gotfaith3
03-04-2003, 07:13 PM
lol okay thanks.. oh and yall have another one of those spammer people

MaGiCSuN
03-04-2003, 07:16 PM
Yup i saw it too, grr like those peope have nothing else to do