PHP interesse |
|
Ik heb nu twee tutorials gevolgd zonder succes. Daarom de vraag hier.
Wat is de manier om 2 achtergrond plaatjes te kunnen gebruiken?
Wat ik nu heb
html { background-image:url('../images/plaatje1-bg.gif'); height: 100%; }
body { padding-top: 200px; margin-top: -200px; background:url('../images/plaatje2.png'); background-repeat: no-repeat; background-position:center; height: 100%; }
#container { position: relative; width: 900px; padding: 20px; height: 380px; background-color: #ffffff; margin-left: auto; margin-right: auto; margin-top:175px; z-index:2; }
html { background-image:url('../images/plaatje1-bg.gif'); height: 100%; } body { padding-top: 200px; margin-top: -200px; background:url('../images/plaatje2.png'); background-repeat: no-repeat; background-position:center; height: 100%; } #container { position: relative; width: 900px; padding: 20px; height: 380px; background-color: #ffffff; margin-left: auto; margin-right: auto; margin-top:175px; z-index:2; }
Het resultaat
Chrome = goed
Firefox = goed
IE7 t/m 9 = 2 achtergronden goed, maar de content in de container die eroverheen ligt is leeg. Terwijl dat niet zo is. Chrome en Firefox geven gewoon keurig de content weer.
Is dit een IE probleem? Hebben jullie enig idee wat een oplossing is voor dit probleem?
Hopelijk kan iemand mij verder helpen...
groet,
Jelte
|