On 3/14/06, Michelle Tarby <[EMAIL PROTECTED]> wrote:
> Actually, I'm not sure if this is possible or not, but I have a
> background image in my content div, but when I add the divs to hold my
> page layout, the background image disappears on Firefox and IE.
>
> Here's the sample page:
> http://wwwdev.lemoyne.edu/alumni/reunion/Reunion1981.html

you're using absolute positioning, but your content div has no height.
 since its height is 0, no background appears, and the content just
takes up room on the page outside of the div.  either give it a height
or ditch the absolute positioning.

good luck!
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to