Home › Forums › CSS › Need some help with stretching a div › Re: Need some help with stretching a div
June 13, 2010 at 4:48 pm
#77806
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