Associate
- Joined
- 19 Jun 2003
- Posts
- 1,680
- Location
- West Yorks, UK
Hi all,
I'm working on a site, and am using iFrames to display certain bits of info in the Admin screens. This has worked finei n IE6, Safari and Firefox, but now IE7 has farted it up
The code is thus:
In IE7, nothing shows up whatsoever. Any ideas what they have done at MS to break the iFrame code, and what I can do to get it to work again?
Cheers,
Matt
I'm working on a site, and am using iFrames to display certain bits of info in the Admin screens. This has worked finei n IE6, Safari and Firefox, but now IE7 has farted it up

The code is thus:
Code:
<iframe src="/admin/sitecontent/index.php" style="border:none; width:99%; height:29.5em;"></iframe>
In IE7, nothing shows up whatsoever. Any ideas what they have done at MS to break the iFrame code, and what I can do to get it to work again?
Cheers,
Matt