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;
}
…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;
}