Merhaba arkadaşlar.

Arkaplanda 2 adet background kullandığım web sitesi pc'de çok normal görüntülenirken cep telefonunda Woodwall yok oluyor.


Kullandığım Css kodu:

body{
background-image: url(../graps/woodwall.png), url(../graps/back.gif);
background-repeat: repeat-x, repeat;
background-attachment: fixed;
background-position: bottom center, center center !important;
font-family: MasalCan;
font-size: 18px;
line-height: 35px;
}

Nerede hata yapıyorum?