HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML v3 Archived Forums (Read Only) › HTML/CSS rendering issues › Nested CSS definitions not rendered › Re: Re: Nested CSS definitions not rendered
March 22, 2011 at 13:04
#27472
@PD4ML wrote:
We had no reason not to include it, so PD4ML does support the feature.
So it seems to be the same problem that the first post of this topic.
My CSS definition is the following:
.ui-datatable .ui-datatable-data-empty td {
border-color:inherit;
border-width: 1px;
border-style: solid;
padding:4px 10px 4px 10px;
}
It seems to be OK with PD4ML but it doesn’t work.
If I put the class directly in the HTML element, it works.
Do you have any idea about this issue?
Thanks.
Clemiou