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

Aside not filling full wrapper height

  • http://jsfiddle.net/fFD2A/

    As the title says, I cant get the aside, or the nav and article at that, to extend to the bottom of the #wrap. Now that I look at it, the #wrap is pointless and can be erased, but even after, wont fully extend, any suggestions?

    What I am after is for as long as the article area is extended, it will push the wrap down, along with the nav and aside bars to go with it.
  • put the background on #page and remove from nav, article, and aside
  • If I do that then you lose the columns. I am trying to maintain the 3 columns and not have just one huge square.
  • they're all the same background - ?
  • If I made the page background the same color would mean it would be one large square of that color. I want each to have a gap in between to see the background and break up space. What I need is for the columns made by the nav and aside to fill up the same height as the article.