html - iframe send to back in internet explorer -


in application display pdf using iframe in project. it's display on page in front, need show pdf. pdf hide menu.

html code:

<iframe ng-class="{'exapndcheckbox':!doclist.sectionfilter,'newclass':doclist.sectionfilter}"         name="iframe" class="" style="width: 100%;display: block;"         data-ng-src="{{doclist.viewdocument.url}}" id="iframe">     working... </iframe> 

this code display pdf in iframe on application, here tried "&wmode=opaque" throws parse error. need fix problem. reference problem image click here here yellow line menu , green frame pdf file.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -