Not signed in (Sign In)

SkillShare - A place to discuss Web Standards and Web Design topics

Categories

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthordazsnow
    • CommentTimeJun 12th 2008
     permalink
    Hello everyone. I wonder if someone might be able to help me with my vertical scaling problem...

    I have a sidebar that doesn't start at the top but I want it to stretch down to the bottom. I have tried adding height:100% to the sidebar div and all its parent divs but it still won't stretch down to the footer along with the content alongside it.

    you can see an example of the problem here:

    http://www.lebusishu.com/en/design/this-is-going-to-be-a-long-post/

    and the CSS is here:

    http://www.dazsnow.com/wp-content/themes/lebusishu/css/all.css

    Any help would be greatly appreciated. Thanks.
    •  
      CommentAuthorthe.x.man
    • CommentTimeJun 12th 2008
     permalink
    Have you tried adding this to your css?

    html, body {
    height: 100%;
    }

    - after that, in theory every other element you add 'height:100%' to, should do exactly that.
Add your comments
    Username Password
  • Format comments as (Help)