Your css is here: Project/Web/Support/Styles/file.css
1 time ../
means Project/Web/Support
and 2 times ../
i.e. ../../
means Project/Web
Try:
background-image: url('../../images/image.png');
Your css is here: Project/Web/Support/Styles/file.css
1 time ../
means Project/Web/Support
and 2 times ../
i.e. ../../
means Project/Web
Try:
background-image: url('../../images/image.png');