Previous Message
Next Message

The incredible vanishing image

Sent by Ingo Chao on 10 June 2005 13:01


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]

Ingo

[1] http://www.satzansatz.de/cssd/rpfloat.html
[2] http://www.communitymx.com/content/article.cfm?page=2&cid=C37E0

______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
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/
Previous Message
Next Message

Message thread: