About Eclipse Theme

A Fucking-Awesome CSS Hack…

…for getting a div to be as tall as the floated ul’s, and li’s contained in it.

.divname:after {
content: “.”;
display: block;
height: 0;
clear: both;
visibility: hidden;
}

1 note

  1. berlinde reblogged this from bell
  2. bell posted this