Pröva att skriva så här istället...
body {
background-image : url(../gfx/bg_stor4.jpg) ;
background-color : #ffffff;
background-repeat : no-repeat;
}
2 svar · 282 visningar · startad av OveRRidE
body { BACKGROUND: url(../gfx/bg_stor4.jpg) #ffffff no-repeat }
Varför vill inte detta fungera för?
Pröva att skriva så här istället...
body {
background-image : url(../gfx/bg_stor4.jpg) ;
background-color : #ffffff;
background-repeat : no-repeat;
}
Jag skall testa det, men just nu funkar det bara om jag kör så här:
body { BACKGROUND: url(../gfx/bg_stor4.jpg) #ffffff no-repeat }
body { background-color: #ffffff; background-image: url(../gfx/bg_stor4.jpg); background-repeat: no-repeat}
Tar jag bort en rad så funkar det inte alls.. skitskumt..