1
I have a code that doesn’t work on IE8 and I wanted to find a way to get it working with any other code. even if it’s jquery.
HTML:
<center><table border="0">
<tr border="0">
<td border="0">
<iframe class="TbRH" src="RH/RH.PDF" ></iframe>
</td>
</tr>
</table></center>
CSS:
width:100%; height:1140px;
border:none;overflow-x:hidden;
overflow-Y:hidden;
Why doesn’t your code work? What happens? What should happen?
– PauloHDSousa
It does not show the PDF in IE8. That’s why I wanted to put a code that works in all Browser including IE8
– ChrisAdler
Will the PDF always be the same? why not an image?
– PauloHDSousa
Sometimes it is necessary to change. and it is always easier to change through PDF.
– ChrisAdler
<center>
with<table>
? you have ever thought to read about Webstandards and try bootstraps.– Guilherme Nascimento
I thought to suggest you PDF.js, but it does not support IE8. I understand your frustration at having to support IE8. it should come with the "Install new versions automatically" option as default.
– Tobias Mesquita
Only on some computers it’s only IE8. But that’s it
– ChrisAdler