|
Ok, I've attached two screen shots...
One from Firefox which shows an Orange Background in the iframe and one from Explorer which shows a White Background in the iframe.
Are either of them what you are looking for?
I assume firefox shows correctly (as it usually does) with the Orange Background. To get this to work in Explorer, you need to define the background color in the source document for the iframe. So, in main.htm, you need to add:
body { background-color: #ff6f11; }
to your CSS.
If that's not what you're after... please let me know what colour the iframe should be...
Mike.
|