Re: [css-d] div height problems in Firefox 1.0.4

2005-06-28 Thread Holly Bergevin
From: Joe Cool [EMAIL PROTECTED]

Good day and I have a little div height rendering problem with Firefox

http://www.spiritquestdayton.org/dev/

If you view the page, you will see how the parent-container does not
stretch past the bg-container. I would like to have the
parent-container stretch to the very bottom.

Hi Michael,

See if you can get the rendering you desire by removing {height: 100%;} from 
#parent-container. Other people are better at explaining why this is than I am, 
but for the purposes of your display, that height is the height of the 
viewport, which is not what you want.

hth,

~holly 
 
   
__
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/


[css-d] div height problems in Firefox 1.0.4

2005-06-27 Thread Joe Cool
Good day and I have a little div height rendering problem with Firefox
1.0.4 ( viewing from a WinXP Pro machine ).

http://www.spiritquestdayton.org/dev/

If you view the page, you will see how the parent-container does not
stretch past the bg-container. I would like to have the
parent-container stretch to the very bottom.

This is my first attempt at using an all css layout and I have been
trying to find out why this is happening in Firefox however IE 6.0
renders everything just fine.

At first I thought it actually might be the doctype and tried using
different doctypes and quirks mode which had no effect.

I am not using floats so I know it is not a matter of my having to
clear the div etc.

Any help would be appreciated if possible.  All code is on the page
and I would have copied/pasted it at the bottom of this email however
that would have made for a long email which I believe is a bit frowned
upon by list admins.

I hope someone can help guide me to what I might be doing wrong.

Thank you for any help or suggestions,

Michael Goddard
deafninja at gmail dot com
__
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/