Click to See Complete Forum and Search --> : Mouseover Blur


TheShibby
07-31-2003, 03:40 AM
I think this is in HTML but Im not sure...Well anyways how do you get it so when you put your mouse over a link it blurs it. Does that require flash? Also i am learning macromedia flash and i need a good site like htmlgoodies but for flash got any ideas?

xataku_nakusute
07-31-2003, 05:49 AM
onmouseover="style.filter='blur()'" insert that into your tag

btw, im 14 too :cool: :D

Hester
07-31-2003, 09:40 AM
It don't work!

Da Warriah
07-31-2003, 01:26 PM
<style type="text/css">
<!--
a:hover { filter: blur; height: 1px; }
-->
</style>

put that in your <head> </head> tags...note that this will only work in IE...

Hester
08-01-2003, 03:17 AM
It still don't work! (IE6 SP1 Windows XP SP2)