Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Inheritance
Message
 
To
17/03/2003 07:29:14
Anderson Girardi
Athenas Automação de Escritório
Porto Alegre, Brazil
General information
Forum:
Internet
Category:
Stylesheet
Title:
Miscellaneous
Thread ID:
00766482
Message ID:
00777064
Views:
39
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform