1

I am using iframe to display PDF file for my wordpress portal. This is the iframe code:

<iframe src="pdf file URL" width="800" height="800"</iframe>

File displays correctly on Chrome and Firefox browser. But on IE 11 browser, it overlaps on the top navigation menu. Please check this screenshot.

PDF iframe overlapping issue on IE11 browser

This issue is only for PDF file.

Anil k
  • 11
  • 1

2 Answers2

0

have you tried z-index: -1000; in the css?

-1

include meta tag with charset=utf-8 in header.php after

Syed Saqib
  • 27
  • 3