Huhu, hab da ein kleines Problem.
Unter FF ist der Hintergrund der Iframes transparent, somit sieht man das hintergrundbild.
Doch wen ich meine Seite mit IE aufmache ist der Hintergrund der Iframes weiss.
Hab alles mit CSS gemacht, so sieht der CSS-Code aus:
Code
BODY
{
scrollbar-base-color:#000000;
scrollbar-3dlight-color:#000000;
scrollbar-arrow-color:#000000;
scrollbar-darkshadow-color:#000000;
scrollbar-face-color:#FFFFFF;
scrollbar-highlight-color:#FFFFFF;
scrollbar-shadow-color:#000000;
scrollbar-track-color:#FFFFFF;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
background-color: transparent;
}
img
{
border: 0px;
}
Alles anzeigen
So sieht die Definition der Iframes aus in der HTML Datei: