[Javascript] Image Transitions

Håkan Magnusson hakan at backbase.com
Mon Mar 22 08:49:36 CST 2004


JavaScript can not do things like this. Internet Explorer on Windows can 
use ActiveX filters (through CSS and JavaScript) to provide alpha 
transparency support on elements, but I'm pretty sure that IE/Mac have 
no support for this.

Mozilla also have (browser specific) CSS properties to facilitate 
transparency, and these naturally work on all platforms where Mozilla 
works, but since you are targeting Internet Explorer, this won't help you.

Regards,
H

Thierry Lavallée wrote:

> Hi,
> I would like to use JS to make a nice image fade-in fade-out on a portfolio.
> 
> I need this to be IE compatible on both Mac & PC.
> 
> Anyone can point a nice script?
> Thanks!



More information about the Javascript mailing list