Problem med bakgrundsbild

HTML & CSS

2 svar · 286 visningar · startad av OveRRidE

Medlem sedan feb. 200112 078 inlägg
Trådstart#1
body { BACKGROUND: url(../gfx/bg_stor4.jpg) #ffffff no-repeat }

Varför vill inte detta fungera för?

Medlem sedan feb. 20016 388 inlägg
#2

Pröva att skriva så här istället...

body {
background-image : url(../gfx/bg_stor4.jpg) ;
background-color : #ffffff;
background-repeat : no-repeat;
}
Medlem sedan feb. 200112 078 inlägg
#3

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..

264 ms totalt · 4 externa anrop · v20260731065814-full.d34c6d5a
133 ms — deklarationer (db)
0 ms — hämta statistik (cache)
128 ms — hämta tråd, inlägg och bilagor (db)
132 ms — ändringar (db)