here is the code i use
body { background-color: #FFFFFF; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; background-image: url(images/test.png); background-attachment: fixed; background-repeat: no-repeat; background-position: center center}
why it don't want to work on my apache server?
body { background-color: #FFFFFF; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; background-image: url(images/test.png); background-attachment: fixed; background-repeat: no-repeat; background-position: center center}
why it don't want to work on my apache server?