IE7 - iFrames do not appear?

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:
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
 
As much as I hate using iframes, I have some in some code I am attempting to support at work (:().. I know it works in IE7 'cause that's what I run on my work lappy so I will check the code when I get in a little later and let you know :)
 
Back
Top Bottom