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
Post a Comment