Name: Anonymous 2010-03-15 23:54
Hey, will anyone explain what .thrColFix before naming a div in css does? Google returned codes that use it, not what it does.
.Something --> class="something" (can occur multiple times)#Something --> id="something" (should be unique per page).thrColFix #sidebar1 {
float: left;
width: 240px;
height: 570px;
}