Mysterious pageShadow tables
Posted: Wed Jun 26, 2013 11:13 pm
I have a report rendered by ReportWebViewer in FireFox. When I inspect the html with FireBug, the rendered report contains 8 identical tables as follows. What are these for? In some cases they cause rendering problems - if the report is in a smaller div, the shadow shows through (because of the z-index). Are all these tables actually necessary? Can I get rid of them?
<table width="1102px" height="852px" cellspacing="0" cellpadding="0" border="0" align="Center" style=" z-index: -1; margin: 0px 0 0 0px; position: absolute; background-color: Gray; visibility: inherit;opacity: 0.1; filter: alpha(opacity=10); -moz-opacity: 0.1; -khtml-opacity: 0.1; " class="pageShadow"><tbody><tr><td></td></tr></tbody></table>
<table width="1102px" height="852px" cellspacing="0" cellpadding="0" border="0" align="Center" style=" z-index: -1; margin: 0px 0 0 0px; position: absolute; background-color: Gray; visibility: inherit;opacity: 0.1; filter: alpha(opacity=10); -moz-opacity: 0.1; -khtml-opacity: 0.1; " class="pageShadow"><tbody><tr><td></td></tr></tbody></table>