treehouse : what would you like to learn today?
Web Design Web Development iOS Development

Div Stretching?!?

  • Is div stretching possible?

    Look at this page:
    http://ww-wd.com/vBall/
    Is it possible to stretch the nav panel to fill the entire left side of the page. so it is always as tall as the page?

    Thanks ahead of time :D
  • Yes. Just set the width to 100% and it will always be as wide as your browser window :)
  • No, the left side bar is not growing with the page.

    How do i make it grow with the page?
    AKA: i want it to be a red box from where it starts to the footer.

    UPDATE
    (I found a post on it http://css-tricks.com/super-simple-two-column-layout/)

    UPDATE 2
    Problem Solved
  • You were thinking about the faux columns, if I'm not mistaken?