Suppose there are 2 CSS styles that assign background images to an element, and one style overrides the other. In this scenario, will both images be downloaded by the browser or just the overriding one?
I am asking this because I recently participated in a workshop on conditional stylesheets for mobile devices. If I replace my regular background images with smaller ones to conserve bandwidth, will the larger images still be loaded by the browser? The speaker seemed to suggest this would happen, but it seems counterintuitive to me.