Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Understanding cascading table style
Message
De
09/04/2013 06:30:17
 
 
À
09/04/2013 06:24:09
Information générale
Forum:
HTML5
Catégorie:
Autre
Divers
Thread ID:
01570440
Message ID:
01570472
Vues:
65
This message has been marked as the solution to the initial question of the thread.
>>>Well, that was my only guess. I'm not yet proficient with css.
>>
>>Still, it helped me apply a resolution.
>>
>>As I thought, we have to assign a style to the inner table. Then, in the stylesheet, I simply replicate the style for TD.Label for a new style defined as Table.Invisible TD.Label. That would break the inheritance and would work. I just need to add the Class=Invisible to all those tables that are inside the DataEntry table.
>
>The best way I've found to view styling issues is using the Chrome debugger. That will show all css styles applied to any element - easy to see what has been inherited and what has been overridden by what....
>
>P.S. Don't think a class named 'Label' is a good idea - can be confused with the label tag ?

UPDATE: Also occurs to me that if you used 'Table.DataEntry > TD' rather than 'Table.DataEntry TD' then the rule would only apply to children rather than descendants in nested tables. But I'm not sure that was what you were after......
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform