[HTML] Frames im IE transparent - mit ff nicht?

hopeless case
Hey, habe folgendes Problem:
Ich selber habe den Internet Explorer, da sind auf meiner Hompage (http://www.cour-de-reve.de.vu) die frames auch schön transparent.
Eine freundin von mir hat Firefox, und sie sagte mir, das die Frames bei ihr knall blau wären - woran liegt das? Und wie kann ich das beheben?
=(

Hier mein Code:


<html>


<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>Cour de reve</title>
</head>

<body bgcolor="#FBFCB8" topmargin="0" leftmargin="0">

<img border="0" src="http://www.oyla3.de/userdaten/50480866/bilder/cour22.png" align="left">
<div id="Layer1" style="position: absolute; left: 378px; top: 113px;">
<iframe src="http://www.1page.ch/text_47966473_46311175_49925691_deutsch.html" name="layer1" width="430" height="420" frameborder=0 scrolling="auto" noresize style="border: 0px" style="FILTER: chroma (color=#Ffffff)" ;>
</iframe>
</div>
<div id="Layer1" style="position: absolute; left: 841px; top: 89px;">
<iframe src="http://www.1page.ch/text_47966473_29760317_49925691_deutsch.html" name="layer2" width="112" height="436" frameborder=0 scrolling="auto" noresize style="border: 0px" style="FILTER: chroma (color=#Ffffff)" ;>
</iframe>
</div>

</body>

</html>
Maina
<html>


<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>Cour de reve</title>
</head>

<body bgcolor="#FBFCB8" topmargin="0" leftmargin="0">

<img border="0" src="http://www.oyla3.de/userdaten/50480866/bilder/cour22.png" align="left">
<div id="Layer1" style="position: absolute; left: 378px; top: 113px;">
<iframe src="http://www.1page.ch/text_47966473_46311175_49925691_deutsch.html" name="layer1" width="430" height="420" frameborder=0 scrolling="auto" noresize style="border: 0px" style="FILTER: chroma (color=#Ffffff)" ;>
</iframe>
</div>
<div id="Layer1" style="position: absolute; left: 841px; top: 89px;">
<iframe src="http://www.1page.ch/text_47966473_29760317_49925691_deutsch.html" name="layer2" width="112" height="436" frameborder=0 scrolling="auto" noresize style="border: 0px" style="FILTER: chroma (color=#Ffffff)" ;>
</iframe>
</div>

</body>

</html>


Vielleicht deswegen?

Bei mir im Firefox sind sie aber auch weiß =/
Kiki
Suchfunktion ntzen, gibt hier so viele threads dazu, am besten mit css arbeiten Augenzwinkern
Maina
hopeless case
weitergeholfen hat mir leider keine antwort O_o
Was soll ich denn anstelle des Cromafilters machen? wenn ch den rausnehme, sind die ja nichtmehr transparent?
Kiki
Ich hab dir den Tipp mit CSS gegeben, dazu kannst du weiteres über die Suchfunktion rausfinden
Kopflos
oder den Chromafilter auf Weiß stellen und nicht an der HG-Farbe rumpfuschen, die ist dann automatisch weiß und auch im Mozilla transparent.

lg, almanya
hopeless case
@alamanya: Cromafilter ist doch auf weiß? und wenn ich die Bg farbe auf weiß stelle sind die frames auch bei mir im IE weiß.
Steffi.
Am besten keinen Chromafilter und in deinen Css Code:

Zitat:
body {background-color: transparent; }