override - Overrride TD CSS with TR CSS -
In my HTML table, I have different colors for rows and columns. But on the intersection of a row and column, TD CSS takes precedence but I want to ride it with TR CSS. How can this be done?
Here is an example of my work < P> I have to look like brown in the first line in all the colors / columns. This is an incomplete row. But the column overrides the CSS line CSS.
You can try to override this particular TD with TD with transparent color. Something like this:
table tr Dsaatted td {background-color: transparent; } If your CSS declaration column is more accurate for TD, then you need to add more accuracy to this declaration (possibly adding a CSS class or exact like Html body table tr .disabled td ).
Comments
Post a Comment