Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Inheritance
Message
 
À
17/03/2003 07:29:14
Anderson Girardi
Athenas Automação de Escritório
Porto Alegre, Brésil
Information générale
Forum:
Internet
Catégorie:
Stylesheet
Titre:
Divers
Thread ID:
00766482
Message ID:
00777064
Vues:
38
Hi

I recommend visiting richinstyle.com and going through the masterclass.

what you can do

.tableChild, .caracterType, .numericType{
boder-botton: 1px solid black;
font-family: Arial. helvetica, sans-serif;
}

.caracterType{
text-align: right;
}

.numericType{
text-align: left;
}

but obviously you need to know all the types initially.

or

.tableChild {
boder-botton: 1px solid black;
font-family: Arial. helvetica, sans-serif;
}

.tableChild caracterType{
text-align: right;
}

.tableChild numericType{
text-align: left;
}

where you would only use .caracterType or .numericType within something using .tableChild - a div or a table would be typical examples.
Sarah King
pcpropertymanager.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform