Previous Message
Next Message

no height in ie!

Sent by Nick Grossman on 5 April 2005 18:06


Hi everyone,

I have a background image on this page that won't show up in ie/win
because my div has no height (presumably).  so far the only way I can
get it to display properly is by specifying a height, which is obviously
not a viable solution on a dynamic page.

#page-body {
padding: 10px 0 10px 0;
background: url(/communities/grand-boulevard/resources/map_bg.gif) top
left repeat-y;
margin: 0;
//height: 1000px; /*ie hack change me later*/
}

What I can't figure out is why my #page-body div has no height.  there
are absolutely position elements in it, but I added  a clearing div at
the end.  This may be complicated by the fact that this page is part of
a big site with many style sheets.

html:
http://www2.pps.org/communities/grand-boulevard/newsletter/

css:
http://www2.pps.org/communities/grand-boulevard/resources/grand_boulevard.css

Any ideas?  Thanks so much for the help.

Nick Grossman
[EMAIL-REMOVED]
917-825-6590

www.wrkng.org
graphic design | web design
______________________________________________________________________
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