Hello,
We have divs that has display: none. The divs are being displayed (display:block) when the user clicks on a button.
In the Prince CSS we have defined the following.
*[display="none"] {
display: none;
}
However the div for e.g.
<div class="style-wrap" id="language_de" style="display: none;"> is still being output to the pdf.
Any advice?
We have divs that has display: none. The divs are being displayed (display:block) when the user clicks on a button.
In the Prince CSS we have defined the following.
*[display="none"] {
display: none;
}
However the div for e.g.
<div class="style-wrap" id="language_de" style="display: none;"> is still being output to the pdf.
Any advice?