body {
background: url(image.png);
background: -moz-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
}
I know that the gradient will be shown, and .png will be overridden if I use Firefox. But will the browser load .png? What about other browsers, their prefixes and vendor behavior?
source
share