CSS Div stretch 100% page height

I have a navigation bar on the left hand side of my page, and I want it to stretch to 100% of the page height. Not just the height of the viewport, but including the areas hidden until you scroll. I don’t want to use javascript to accomplish this.

Can it be done in HTML/CSS?

14 Answers
14

Leave a Comment