Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Does webpage loading also load unused images from the CSS? Re: Does webpage loading also load unused images from the CSS?

#71096
manojgoure
Member

You didn’t get my point friend. I mean to say that if one css file loaded by browser, does it also load the images witch are not even included in the page. I might have made it complex to understand. Let me put this way,

Suppose i have included two images in one CSS file,
http://www.mywebsites.com/images/1.jpg and
http://www.mywebsites.com/images/2.jpg

image 1.jpg is being is used in page1 and image 2.jpg is being used to page2. If I open page1 in browser. Will it also load image 2.jpg while loading CSS.