That's because filter:alpha(opacity=x) is an IE-only non-standard method to specify opacity.
The CSS3 syntax for transparency is opacity:x. For example, to get opacity to work for CSS3 compliant browsers and also for IE, use: <img src="myimage.jpg" alt="" style="opacity:0.4;filter:alpha (opacity=40)" /> On Jun 17, 4:43 am, Microsiga ADVPL Group <[email protected]> wrote: > Hi, > > Why this : style="{filter:alpha(opacity... , not works in Google > Chrome ? The opacity not change! > > This works fine in Internet Explorer. > > Thanks is advance. --~--~---------~--~----~------------~-------~--~----~ Chromium Discussion mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-discuss -~----------~----~----~----~------~----~------~--~---
