Re: Additional value for the visibility property

On Jul 9, 2008, at 4:08 am, Robert O'Callahan wrote:

>
> Also note that if the author really wants an out-of-flow element to  
> be composited seperately they can usually move it in the document  
> outside of the container with 'opacity' and give it its own  
> 'opacity' to achieve that.

One thing that does suck about opacity is that you can't make a child  
element less opaque than its parent (unlike visibility, where the  
inherited 'hidden' value can be overridden with 'visible' in  
children). This can be limiting in some designs, but luckily we can  
achieve many of the same effects with transparent background images,  
or rgba() colors with alpha.

Simon

Received on Wednesday, 6 August 2008 14:22:34 UTC