views:

155

answers:

1

We have a page where a PDF is embedded, and are trying to pop drop-down menus, jQuery UI dialogs, etc. over the PDF document which is currently displayed.

The problem is that the PDF is ALWAYS taking the 'front' position, so any elements dynamically created appear behind it. This was a common problem with Flash back in the days of DHTML, and here we are again.

Is this the kind of behavior to expect from PDF, or is there a way to override it? Thanks in advance for the help.

A: 

try "shimming" an iframe under the elements.

mosheb