Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!news.swapon.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: "Mel Smith" Newsgroups: comp.lang.javascript Subject: Re: Opacity Problem for IE8 and lower Date: Fri, 30 May 2014 07:50:36 -0600 Lines: 16 Message-ID: References: X-Trace: individual.net iODl4QQjJTKFHlHbDhVDpgaQwq200tfctLAm6AYylfBjbNEgm6 Cancel-Lock: sha1:X3FS5pih/DXk3Z06XB3fXzO6rS0= X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.5931 X-RFC2646: Format=Flowed; Original X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 Xref: csiph.com comp.lang.javascript:24479 Ed said: >> document.getElementById("iMyDivId").style.filter = >>alpha(opacity=100) ; > > = 'alpha(opacity=100)'; Hi Ed: I hadn't ever seen the "alpha(" construct before and ouldn't find examples of its use in JS, and I had read thru Flanagan's book, and googled, but didn't realize I could stringify this filter argument. So, thank you for your response. I'll try it today. -Mel