Return to Snippet

Revision: 49786
at July 29, 2011 21:59 by mesh606


Initial Code
.wrapper {
  overflow:hidden;
  background: blue;
  height: 200px;
  width: 200px;
  float: left;
}
.column {
  margin-bottom: -2000px;
  padding-bottom: 2000px;
  width: 50px;
  display: inline;
  float: left;
}
#column1 {
  background: red;
}
#column2 {
  background: green;
  float: right;
}

Initial URL


Initial Description
equal height columns without any javascript

Initial Title
equal height columns in pure css

Initial Tags


Initial Language
CSS