HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML v3 Archived Forums (Read Only) › HTML/CSS rendering issues › Table borders disappear in default or low zoom ratio › Re: Re: Table borders disappear in default or low zoom ratio
August 17, 2010 at 10:12
#28182
I guess it happens because of coordinates rounding by particular zoom factors. So cell background overlaps borders. A workaround is to define background not to table cells, but to rows.
For example:
.tb1a tr:first-child{background:#ddd;}