I want to use background-image, my code working on Chrome & Opera but isn't working on IE & Mozilla Firefox.
my code is :
background-image: url('../img/thm-default-background.png');
when i use like this :
background-image: url('./img/thm-default-background.png');
Somehow is working on ie & mozilla but this time is'nt working on chrome and opera. I don't have any idea, why is'nt working.
Image local is like that;
http://localhost/platform/web/app/img/thm-default-background.png
*ie version: 11.3, opera: 60
**Edit: Now I'm using image svg with Data Url.