i see on user friendster profile,
that a picture can be blured, i don;t know using a javascript or css,
but it seem using that, since when my mouse over this thing. the blur gone away..
can someone explain how to a thing like that ?
regards,
Impossible without javascript...
Javascript has a really simple function to blur images, but it only works for iexplore (I guess...)
Goodluck,
Arno
That sounds like a Flash Applet. Could you give me a direct link? That way i can go check it out and give you a more accurate answer.
Making this effect is probably done most easily in flash IF you want to see a continuous blur (e.g. a progressive blur whereby the pic becomes more and more blurry over say 2 secs). If you just want to have the image change to a blurry image when you hover the mouse over it (where the change is instantaneous), I'd use javascript or CSS as described above.
The site phicha posted above is probably done with css or java as the change is instantaneous.
Cheers