Hi.
Like others before me said, u have to add the followin code into your PHP file, is the only way yo make it work.Styles in Iframe don't work in Internet Explorer, even in version 7. Transparency isn't an optioon.
So, in php file, put this:
?>
<body bgcolor="#000000">
<?php
You have to close the <?PHP before you put the HTML command <body> and reopen it for the rest of the script.You may also put it at the enc, after ?> (I tryed just the first option and it works like a charm in any Internet explorer).
See ya.