HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML v3 Archived Forums (Read Only) › HTML/CSS rendering issues › Background-color: transparent not rendering correctly › Re: Re: Background-color: transparent not rendering correctly
We have alse seen the same issue in 3.8.0fx8 and fx9 but not exactly the same. Is there any update on this?
In the following code, the second SPAN section appears as BLACK whereas the 4th is seen transparent.
<html><br />
<head><br />
<meta http-equiv=Content-Type content="text/html; charset=utf-8"><br />
</head><br />
<body><br />
<span></span><br />
<br />
<span style="BACKGROUND-COLOR: transparent;">Bloque 1 que debería salir en negro con la versión fx7</span><BR><br />
<br />
<span>Bloque 2 sin background</span><BR><br />
<br />
<span style="BACKGROUND-COLOR: transparent;">Bloque 3 que debería salir en negro con la versión fx7</span><BR><br />
<br />
<span>Bloque 4 sin background</span><BR><br />
</body><br />
</html>