Forums

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

Home Forums CSS Need some help with stretching a div Re: Need some help with stretching a div

#77806
Avalic
Participant

Ok so I found a solution,
I made a wrapper div, with the height set to 100% and overflow set to hidden.
I put the div I needed to stretch inside it, with a height set to 100% and a top margin of 620px.

This seems to be working nice, however if someone knows of a better way to do this, I would love
to hear!

Thanks