hi. how do you put a dhtml effect that grayscales an image on the background image (<body background="Some%20Pic" bgproperties="fixed">)?
thanks.
Printable View
hi. how do you put a dhtml effect that grayscales an image on the background image (<body background="Some%20Pic" bgproperties="fixed">)?
thanks.
Um, wouldn't you just have a greyscaled version and upload that?
I would tend to agree with Ecniv, but here's how this page does it when you click on "Log Out"
Maybe you can play with that.Code:document.getElementsByTagName("html").style.filter = "progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)";