2 Replies Latest reply: Jul 29, 2008 3:21 PM by pbsum83 RSS

    Stretching the width & height of a div in CSS

    pbsum83 Community Member
      I have a page with a navigation bar div (at the top), and a content div (everything underneath), and I would like the content div to take up the rest of rest of the page.

      Setting the the content div height & width to 100% stretches the height too much, adding scroll bars. Do I have to somehow subtract the height of the navigation bar div?

      Anyone?