Home › Forums › CSS › div height:100% of div height:auto? › Re: div height:100% of div height:auto?
November 26, 2010 at 4:49 am
#72216
Participant
If you actually want the wrapping div to be visible – say like you have a background you need to display – then you can do it like this:
blah
blah
blah
If you are talking about making the div 100% to the inside of actual wrapping div and that wrapping div being dynamic – you’re best doing that with a little Javascript : )