Die mailer.php musste ich notgedrungen das gleiche CSS geben, allerdings umbenannt auf style2.css und die Hintergrundfarbe in der style2.css entfernt. Aber ich komme trotzdem nicht weiter.
Also die Index.html hat style.css mit:
body {
padding: 0;
margin: 0;
background: #fbebc5;
font-family: 'open Sans', sans-serif;
background: #fbebc5;
background: -moz-radial-gradient(center, ellipse cover, #fbebc5 0%, #ffffff 100%);
background: -webkit-radial-gradient(center, ellipse cover, #fbebc5 0%,#ffffff 100%);
background: radial-gradient(ellipse at center, #fbebc5 0%,#ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbebc5', endColorstr='#ffffff',GradientType=1 );
}
Die mailer.php hat style2.css mit:
body {
padding: 0;
margin: 0;
font-family: 'open Sans', sans-serif;
}
Dazu sieht mein iframe nun so aus:
<iframe src="mailer.php" width="100%" height="400" frameborder="0" scrolling="no" allowtransparency="true" style="background-color:transparent;"></iframe>
Die Seite sieht aber nach wie vor so aus wie auf dem Screenshot!