I am facing a problem with iframes in IE6 and IE7. I am trying to load iframe (containing static HTML) from same domain, no 3rd party plugins. But iframe content is not visible in both browsers.
I have used z-index as well but it is also not working. When applied a border to iframe to see if it is there, I found that iframe is there but content is not there.
I see a few extraneous semicolons in the code that you posted. For example:
There should not be a semicolon after the attribute value for
xmlns.Nor should there be one at the end of this line:
Also, as @Erno said, explicitly close
IFRAMEtags. These changes combined may fix the problem.If it still doesn’t work, try getting a very basic page inside the
IFRAMEto work, and troubleshoot from there as you add more elements back into the page. As soon as it stops working, you’ve identified a problem.