Re: css and opacity

On Sun, Apr 03, 2005, Fleurentdidier Messaoudi Arnaud wrote:
> It was what I thought but the problem is that I need opacity with ie...
> >moz-opacity:0.45;
> and
> > >khtml-opacity: 0.45;
> seems to be useless
> 

The above two are proprietary properties, and you can't blame one
particular browser for not implementing them. 

There is an opacity property in CSS3 color:
http://www.w3.org/TR/css3-color/#transparency
but CSS3 is not yet a Recommendation, and not all browsers (especially
older ones) implement it.

 
-- 
olivier

Received on Monday, 4 April 2005 02:05:08 UTC