Darren Brierton wrote:
> The following test case is a simplified version of a layout I am  
> working on.
>   

> In IE 6 the first element which should be blue and at the bottom of  
> the viewport does not seem to be rendered at all.
>   

> IE 7 is even stranger. On first loading the page the element in  
> question is drawn, but then isn't if you refresh the page. I could  
> reproduce that behaviour consistently.
>
>   


It's the float on the spacer that is the problem. I am unable to find 
the reference for this ap/float bug. BTW, *validate the markup*.

h1, #footer {  z-index: 1;/*was2000*/ }

#spacer {  /*float: left; delete*/}

#content {/*position: relative; not needed*/ /*delete z-index: 1000; not 
needed*/ }

______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to