Click to See Complete Forum and Search --> : Transparency in IE


Sam
08-28-2003, 04:27 PM
I've managed to set this up right in Netscape, but can't it working write in IE I've got a div/layer that i want to fade in onload, which works fine in NS, but when i try it in IE, it shows up blank... the div/layer's name is "id" . here's what I've tried so far

id.style.filters.alpha.opacity=50;
id.style.filters.opacity=50;
id.style.filter.alpha.opacity=50;
id.style.filter.opacity=50;
id.style.opacity=50;
id.style.alpha.opacity=50;
id.alpha.opacity=50;
id.opacity=50;

none of these worked...
any ideas?
thanks in advace

David Harrison
08-28-2003, 04:51 PM
Here's one of my own fade in scripts:

Sam
08-28-2003, 05:38 PM
Thanks a bunch lava, got it working now

David Harrison
08-29-2003, 01:21 PM
Happy to help. :)