arnoldc
6/23/2013 - 12:05 PM

css: overflow clear method

css: overflow clear method

.container {
  border: 1px solid #000000;
  overflow: hidden;   
  width: 998px;   
}


/*
With the simple-clear method, you apply the overflow property to the parent
container, preventing it from collapsing around its floated children.
*/