On Sep 13, 2011, at 5:50 AM, Norman Fournier wrote: >> Here is the affected page with the background image broken: >> http://www.thehalcyoncore.com/thc-audios.html > > Thanks for looking at that for me. What I would like is for the paint drips > to display when there is no text or graphic content in the main div, not to > remove them entirely. With a transparent.gif at 10px wide by 400px high the > drips display but I don't want to use a transparent.gif at all.
Your image is attached to div#main. That div is empty and has a height of 10px or so (padding-top: 10px) - you specify a height of 100% but that doesn't work as percentage height on static elements only works if the parent element has a know height. If you specify a min-height for that div, your paint-drips will display correctly. #main { min-height: 500px; } /* adjust to taste or need....*/ Philippe -- Philippe Wittenbergh http://l-c-n.com/ ______________________________________________________________________ css-discuss [css-d@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/