Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save and1truong/438943 to your computer and use it in GitHub Desktop.
Save and1truong/438943 to your computer and use it in GitHub Desktop.
/**
* $Id$
*
* I did, indeed, have both of my equal-height columns set with the negative margin-bottom
* and positive padding-bottom (3000px, in my case) as well as making the enclosing div equal
* to a height of 100% (as well as both the HTML and BODY elements). The site worked fine under
* FireFox and IE6 (and less).
*/
.sidebar {
margin-bottom: -3000px;
padding-bottom: 3000px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment