Re: [css-d] IE and Negative Absolute Positioning

2009-01-10 Thread Elle Meredith
> > I'm having trouble with absolute positioning an image of a rooster > at the bottom in both IE6 and 7. Would anyone know how to fix it? > Add... #footer { z-index: -1;} > ...to compensate for IE's lousy stacking of positioned elements. Thanks Georg -- that fi

Re: [css-d] IE and Negative Absolute Positioning

2009-01-10 Thread Gunlaug Sørtun
Elle Meredith wrote: > > > I'm having trouble with absolute positioning an image of a rooster at > the bottom in both IE6 and 7. Would anyone know how to fix it? Add... #footer { z-index: -1;} ...to compensate for IE's lousy stacking of positioned elements. > Co

[css-d] IE and Negative Absolute Positioning

2009-01-10 Thread Elle Meredith
Hello, I've created this website on a mac. When checking the page on browser shots, I'm having trouble with absolute positioning an image of a rooster at the bottom in both IE6 and 7. Would anyone know how to fix it? Besides that, I haven't noticed any other major problems in IE (to my su