Not signed in (Sign In)

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

Categories

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

  1.  permalink
    I need my footer to expand vertically depending on browser size.
    http://www.pixelbehavior.com
    I have the footer at 500px in height just for demonstration purposes. I've tryed height: 100%, but that didnt work. maybe some of you CSS experts out there can help me out with this. I need the DIV#Fmiddle to expand.

    <div id="footer">
    <div id="Ftop">Top graphic is here</div>
    <div id="Fmiddle">repeating middle graphic here</div>
    </div>
    • CommentAuthorgogogob
    • CommentTimeAug 16th 2008
     permalink
    In order to make height:100% work properly, you need to specify the height of the containing element.
    It is generally a good idea to include the css spec... html,body{height:100%}
    Hope that helps, and works!
Add your comments
    Username Password
  • Format comments as (Help)