Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS div height:100% of div height:auto? Re: div height:100% of div height:auto?

#72216
Rob MacKay
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 : )