die Anwendung einer Klasse einem div

Ich habe eine css, die einige Attribut wie folgt:

.ts{
    background-image: url("images/xyz/pb.gif");
    background-repeat: no-repeat;
    padding:0,0,0,20px;
    display:none;
}

.ts.visible{
    display: inline;
}

Nun will ich anwenden, das in diesem Stil auf einen div in meinem html-Seite.Wie cna ich es tun.Ich weiß nicht, css

InformationsquelleAutor aks | 2010-12-08
Schreibe einen Kommentar