[Javascript] Opacity the the GIF

Billy Reisinger billy.reisinger at gmail.com
Sat Jan 27 14:03:39 CST 2007


w3c browser (FF, Opera, Safari(?)):
img.style.opacity = [float between 0.0 and 1.0]

IE:
img.style.filter = "alpha:opacity=" + [integer between 0 and 100]


On Jan 27, 2007, at 10:13 AM, tedd wrote:

> Hi gang:
>
> I've tried to do this, but can't seem to get the hang of it.
>
> Does anyone know how to change the opacity of an animated GIF using  
> javascript?
>
> If not code (preferable), references will do.
>
> tedd
> -- 
> -------
> http://sperling.com  http://ancientstones.com  http://earthstones.com
> _______________________________________________
> Javascript mailing list
> Javascript at LaTech.edu
> https://lists.LaTech.edu/mailman/listinfo/javascript




More information about the Javascript mailing list