On 6/10/05, Ingo Chao <[EMAIL PROTECTED]> wrote:
> Richard Grevers schrieb:
> > At http://www.quirky.co.nz/dsales/index.mv?d=cat&cat=4
> >
> > the left-floated title image vanishes in Win IE 5/6. (you can often
> > see it fleetingly as it loads, and title and context menu work as
> > expected).
> > I can make the image appear by removing the position:relative on the
> > div #content, but that is needed in order to control the
> > abolute-positioned div #shopnav.
> >
> 
> In your css
> #content { ... position: relative; background:white;};
> #titleimage {... float: left; }
> 
> #titleimage, a child of #content, vanishes /behind/ the background plane
> of its ancestor [1] (be commenting the background declaration, the image
> should reappear)
> 
> Fix: let #content gain "layout" via the Holly Hack [2]
> 
Thanks - that worked once I removed a positioning hack for the
right-hand side bar.


-- 
Richard Grevers
New Plymouth, New Zealand
Orphan Gmail invites free to good homes.
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to