Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Understanding cascading table style
Message
From
09/04/2013 06:30:17
 
 
General information
Forum:
HTML5
Category:
Other
Miscellaneous
Thread ID:
01570440
Message ID:
01570472
Views:
66
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......
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform