DIV Problem mit Hintergrund

Dano

Grünschnabel
Hallo zusammen

habe für Facebook eine Fanpage programmiert. Soweit läuft auch alles. Das Problem ist nur, dass die zugewiesenen Hintergrundbilder nicht geladen werden. Das Problem tritt nur bei Windows IE auf. In allen anderen Browsern wird alles korrekt dagestellt. Hier der Code:

Code:
<style type="text/css">
#wrapper {

width: 520px; 
height: 2500px; 
overflow: hidden;
display: block; 
font-weight: bold;
}
.concatIMG{ margin-bottom: -4px;}

#buttonoben {
background-image: url(http://www.meinedomain.de/images/neu/leisteback1.jpg);
width:520px;height:38px;
background-repeat:repeat;
}

#buttonunten {
background-image: url(http://www.meinedomain.de/images/neu/leisteback2.jpg);
width:520px;height:69px;
background-repeat:repeat;
}

#video1 {
background-image: url(http://www.meinedomain.de/images/neu/videoback1.jpg);
width:520px;height:257px;
background-repeat:repeat;
}

#video2 {
background-image: url(http://www.meinedomain.de/images/neu/videoback2.jpg);
width:520px;height:257px;
background-repeat:repeat;
}

#video3 {
background-image: url(http://www.meinedomain.de/images/neu/videoback3.jpg);
width:520px;height:271px;
background-repeat:repeat;
}

</style>

<div id="wrapper">

<center>

<a target="_blank" href="http://www.tobee.de/"><img src="http://www.meinedomain.de/images/neu/head.jpg" class="concatIMG"></a>



<center>

  <div id="buttonoben">
  <a target="_blank" href="http://www.meinedomain.de"><img src="http://www.meinedomain.de/images/btn_shop_amazon.gif" /></a> 
 <a target="_blank" href="http://www.meinedomain.de"><img src="http://www.meinedomain.de/images/btn_shop_jpc.gif" /></a> 
 <a target="_blank" href="http://www.meinedomain.de"><img src="http://www.meinedomain.de/images/btn_shop_weltbild_de.gif" /></a>
   <a target="_blank"  href="http://www.meinedomain.de><img src="http://www.meinedomain.de/images/btn_shop_amazon.gif" /></a>  
  
 <a target="_blank" href="http://www.meinedomain.de"><img src="http://www.meinedomain.de/images/btn_shop_jpc.gif" /></a> 
  
  <a target="_blank" href="http://www.meinedomain.de"><img src="http://www.meinedomain.de/images/btn_shop_weltbild_de.gif" /></a></div>
  <div id="headline"><img src="http://www.meinedomain.de/images/neu/headline.jpg" alt="" name="" width="520" height="22" class="concatIMG"></div>
  
  <div id="buttonunten"><img src="http://www.meinedomain.de/images/btn_shop_itunes.gif" /> 
   <a target="_blank" href="http://www.meinedomain.de"><img src="http://www.meinedomain.de/images/btn_shop_amazon_mp3.gif" /></a> 
   <a target="_blank" href="http://www.meinedomain.de"><img src="http://www.meinedomain.de/images/btn_shop_musicload.gif" /></a>
   <img src="http://www.meinedomain.de/images/btn_shop_itunes.gif" /> 
   <a target="_blank" href="http://www.meinedomain.de">
   <img src="http://www.meinedomain.de/images/btn_shop_amazon_mp3.gif" /></a> <img src="http://www.meinedomain.de/images/btn_shop_musicload.gif" />
   
  </div>
  <div id="spot"><img src="http://www.meinedomain.de/images/neu/tvspot.jpg" alt="" name="" width="520" height="23" class="concatIMG"></div>
  
  <div id="video1"><fb:swf
swfbgcolor="000000"
imgstyle="border-width:3px; border-color:white;"
swfsrc='http://www.youtube.com/v/CjZTKBDDrt0&autoplay=1'
imgsrc='http://www.meinedomain.de/images/spot.jpg'
width='390' height='243' /></div>
  <div id="musik"><img src="http://www.meinedomain.de/images/neu/musik.jpg" alt="" name="" width="520" height="24" class="concatIMG"></div>
  <div id="video2"><fb:swf
swfbgcolor="000000"
imgstyle="border-width:3px; border-color:white;"
swfsrc='http://www.youtube.com/v/DnQYkL1WFVM&autoplay=1'
imgsrc='http://www.meinedomain.de/images/video1.jpg'
width='390' height='243'  /></div>
  <div id="trailer"><img src="http://www.meinedomain.de/images/neu/trailer.jpg" alt="" name="" width="520" height="22" class="concatIMG"></div>
  <div id="video3"><fb:swf
swfbgcolor="000000"
imgstyle="border-width:3px; border-color:white;"
swfsrc='http://www.youtube.com/v/RxaEy4hjmFE&autoplay=1'
imgsrc='http://www.meinedomain.de/images/trailer1.jpg'
width='390' height='243' /></div>
  <div><img src="http://www.meinedomain.de/images/neu/ueberall.jpg" alt="" name="uerberall" width="520" height="77" class="concatIMG" id="uerberall"></div>
  <div><a href="http://www.brainstall.de"><img src="http://www.meinedomain.de/images/brain.jpg" alt="" name="" width="168" height="64" border="0"></a><a href="http://www.xtreme-sound.de"><img src="http://www.meinedomain.de/images/xtreme.jpg" alt="" name="" width="224" height="64" border="0"></a><a href="http://www.rtl2.de"><img src="http://www.meinedomain.de/images/rtl.jpg" alt="" name="" width="128" height="64" border="0"></a></div>

</div>

 
</center>

</p>



</div>

Hat jemand ne Lösung? Sitze da schon seit Stunden dran, finde das Problem aber nicht!

Danke schonmal im voraus!

Grüße

Andre
 
Zurück