Skip to content

Instantly share code, notes, and snippets.

.tabWrap {
height: 400px; //This wrap is not needed unless you have things you are putting under this tab box.
}
.tabs {
display: block; //Float tabs left and give the whole thing a specific height.
float: left;
height: 22px;
}