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
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