View Full Version : blurring images on mouse rollover


Slayer
01-18-2003, 03:08 AM
Hey,
I've seen on some website splash pages, that when you put your mouse over their mainenter image it would blur..i was just wondering if anyone could tell me the code for this?


thanks alot

Krista

CCSara3169
01-18-2003, 08:51 PM
I have the same question. A friend gave me this code, I think its for both text and images...only it doesnt work. But it works for her

<style>
a:hover {text-decoration: none; color:#006666; filter: blur;}
</style>


someone? anybody?

sorry, just realised it said "text decoration" but her images blur...grrr

Slayer
01-18-2003, 11:05 PM
well whats her website url? would she allow us to look at her source code and see??

lefty
01-19-2003, 01:24 AM
I think you have to add a height attribute in there..... don't take my word for it, though. Try adding height:0px;

Slayer
01-19-2003, 03:17 AM
okay thanks! it works! :)

lefty
01-19-2003, 03:18 AM
whoo! yay :D