Forums

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

Home Forums CSS Reworded. Re: Reworded.

#117077
Anonymous
Inactive

Yes, the reset always had :

html, body { height:100%; }

If I change the container (wrapper) from min-height to height, no change occurs. If I then add _height: 100%_ to _#bside_ then it goes the full height BUT if the content in bside goes beyond the height of the browser, no scroll occurs so it just isn’t displayed. Not what I need.