Re: position fixed, z-index and Google Chrome.

On Tue, 5 Feb 2013, James Robinson wrote:

> 
> 
> On Tue, Feb 5, 2013 at 10:46 AM, <lists@m8y.org> wrote:
>       On Tue, 5 Feb 2013, James Robinson wrote:
>
>             I can't tell what sort of layout you are attempting to achieve here, but in general the solution for
>             issues like this where you
>             want to order descendants of a position:fixed element is to apply the z-index to the position:fixed
>             element itself.
>             - James
> 
> 
> Can you post an example of that where the rendering is the same as it is now?
> 
> 
> Applying "z-index: 1" to footer appears to make the rendering in WebKit based browsers match Firefox's rendering.

http://m8y.org/tmp/chrome_wtf2.xhtml

Makes Chrome match the other compliant browsers. Doesn't make the resulting page match the original page.

Received on Tuesday, 5 February 2013 19:07:37 UTC