Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

halp

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.

Name: Anonymous 2010-03-16 13:15

.Something --> class="something" (can occur multiple times)
#Something --> id="something" (should be unique per page)

So in other words a declaration like
.thrColFix #sidebar1 {
    float: left;
    width: 240px;
    height: 570px;
}

sets the given attributes of the one element which has an id of "sidebar" and resides inside any element that has the class ".thrColFix".

Also, the game.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List