webForumDet fria alternativet

Problem med bakgrundsbild i IE

HTML & CSS

0 svar · 256 visningar · startad av rille77

Medlem sedan feb. 200476 inlägg
Frågan#1

Har stött på ett otroligt störande problem som jag hoppas att nån kan hjälpa mig med.

När jag lägger en background-image i en div så blir allt bara totalt fel i IE, i FX ser allt fint ut som vanligt.
När jag kör den med endast bakgrundsfärg så ser allt ut precis som det ska både i IE och FX.

Det som händer när man lägger in en bild är att det blir ett mellanrum i höjdled mellan de två "blocken" med divar.

Storleken på bilderna är korrekt är väl säkrast att tillägga.

Koden med endast bakgrundsfärg:

<body style="text-align:center;">
<div style="margin-left:auto; margin-right:auto; margin-top:10px; margin-bottom:10px; width:780px;">
  <div style="float:left; width:10px; height:10px; background-color:red;"></div>
  <div style="float:left; width:760px; height:10px; background-color:blue;"></div>
  <div style="float:left; width:10px; height:10px; background-color:green;"></div>
  
  <div style="float:left; width:10px; height:60px; background-color:red;"></div>
  <div style="float:left; width:160px; height:60px; background-color:blue;"></div>
  <div style="float:left; width:365px; height:60px; background-color:blue;"></div>
  <div style="float:left; width:235px; height:60px; background-color:blue;"></div>
  <div style="float:left; width:10px; height:60px; background-color:green;"></div>
</div>
</body>

Med bakgrundsbild istället:


<body style="text-align:center;">
<div style="margin-left:auto; margin-right:auto; margin-top:10px; margin-bottom:10px; width:780px; padding:0px;">
  <div style="float:left; width:10px; height:10px; background-image:url(images/index_07.jpg); background-repeat: no-repeat;"></div>
  <div style="float:left; width:760px; height:10px; background-image:url(images/index_08.jpg); background-repeat: repeat-x;"></div>
  <div style="float:left; width:10px; height:10px; background-image:url(images/index_09.jpg); background-repeat: no-repeat;"></div>
  
  <div style="float:left; width:10px; height:60px; background-image:url(images/index_12.jpg); background-repeat: no-repeat;"></div>
  <div style="float:left; width:160px; height:60px; background-image:url(images/logo_left.jpg); background-repeat: no-repeat;"></div>  
  <div style="float:left; width:365px; height:60px; background-image:url(images/logo_center.jpg); background-repeat: repeat-x;"></div>
  <div style="float:left; width:235px; height:60px; background-image:url(images/logo_right.jpg); background-repeat: no-repeat;"></div>
  <div style="float:left; width:10px; height:60px; background-image:url(images/index_14.jpg); background-repeat: no-repeat;"></div>
</div>
</body>
259 ms totalt · 4 externa anrop · v20260731065814-full.e96017d9
117 ms — deklarationer (db)
0 ms — hämta statistik (cache)
132 ms — hämta tråd, inlägg och bilagor (db)
125 ms — ändringar (db)