I have in my css file this path to img
.picture{
background:url(../img/once.png)
}
It works on localhost, but it does't on web serwer. I keep this files on web/css and web/img
EDIT:
link This solved my problem
Thank you all for waste your time for my problem ;).