*dave* <sdfsd (AT) sdfsd (DOT) com>:
Quote:
Sorry this has probably been asked a million times before. |
Have you searched the Google Groups archive then?
Quote:
I have a nested div and want it to expand vertically to fill its parent
div. It does it in IE6 but not Mozilla. |
height: 100%;
plus paddings, borders and margins. Of course the parent's height has to be
known to be used as a percetage reference, otherwise it's treated like
'auto'.
Quote:
Height property doesnt seem to have any effect. |
Is there code available where one can see what you're actually doing?
Quote:
Is there a simple solution. |
Is that a question?
--
To the optimist, the glass is half full.
To the pessimist, the glass is half empty.
To the engineer, the glass is twice as big as it needs to be.