I'm writing a little web application that has two things in it :
- At the top, there is a dropdown menu (sooo-called DHTML menus)
- Below that, there is an IFRAME to display the link that you click in the menu.
To make the menu appear on top of the iframe in IE, I'm using the jQuery plugin "bgiframe". It works for everything. almost.
From the menu, I mostly call SSRS reports. But, I also call web pages, and in one particular spot I call a PDF file. There is my problem. The PDF renders inline (in the iframe). For that particular control, the bgiframe cannot render my menu on the top of the PDF file.
I have the problem both in IE6, IE7 and IE8. I don't have access to IE9 in the development environment. The problem does not exists in Chrome.
Anyone found a workaround for that?
Thanks