EmpTcaN
02-14-2005, 10:19 PM
does anyone know how to make a link blur when you move a mouse over it?
i think three's a class for it but i can't seem to find it anywhere
i think three's a class for it but i can't seem to find it anywhere
|
View Full Version : bluring links EmpTcaN 02-14-2005, 10:19 PM does anyone know how to make a link blur when you move a mouse over it? i think three's a class for it but i can't seem to find it anywhere Owlie42 02-15-2005, 12:42 AM http://regretless.com/dodo/newworld/ EmpTcaN 02-15-2005, 02:33 AM thanks AiJahya 02-15-2005, 02:56 AM http://www.xentrik.net/css/filters.php You can also try there... EmpTcaN 02-15-2005, 05:44 AM well i've been to the sites but i have a little problems with them i haven't done website related stuff for a very long time so can you guys help me out? thanks in advance this is the problem i went to http://regretless.com/dodo/newworld/ and i followed the instructions that was posted but some how can't seem to get it to work can someone tell me wha i did wrong? topic on site: tutorials>html>effects i copied character by character to make the linkhilight.htc and the test.html so let me know wha i did wrong flinchalot 02-15-2005, 10:44 AM I'm not sure if I'm helping, or if I'm about to confuse you even more - but I used the following on my website: <style type="text/css"> A:Hover { color:#000000; text-decoration: none; font-weight:normal; filter:blur; height: 0px;} </style> EmpTcaN 02-15-2005, 03:29 PM it didn't work but thanks i think it's the url part of this that's causing the problem behavior: url('www.something/linkhilight.htc'); filter:progid:DXImageTransform.Microsoft.barn(orie ntation=vertical, motion=in);} that's wha i put but not so sure if that's the way Computer_Girl13 02-15-2005, 07:25 PM it didn't work but thanks i think it's the url part of this that's causing the problem behavior: url('www.something/linkhilight.htc'); filter:progidXImageTran sform.Microsoft.barn(orie ntation=vertical, motion=in);} that's wha i put but not so sure if that's the way You need to say behavior: url(http://www.somewhere.com/linkhilight.htc); EmpTcaN 02-15-2005, 07:46 PM heh heh i just got it working but thank anyway |