Search code examples
cssfooterscrollbarssticky

Vertical Scroll Bars in Sticky Footer


I am a newbie with css coding (which very much shows) - can anybody help me get the two scroll bars off my page site is here.

The css is in a file called http://www.signature-online.net/chamberofcommercemainstyle2.css and if anybody can help me from ripping my hair out again I would be most grateful!

The footer isn't sticking, and there are two vertical scrollbars, what have I done?


Solution

  • So what do you need to do is to #main set overflow: hidden and padding-bottom: 372px and you're set to go!

    EDIT[1]: Sorry you don't need to set #wrapper margin-bottom: 186px, my bad.