View Single Post
  #3 (permalink)  
Old 06-05-2007, 11:43 AM
jmpweb jmpweb is offline
Rookie
 
Join Date: Aug 2007
Posts: 8
jmpweb is on a distinguished road
There is no simple answer to this question, for several reason.

First, you must consider CSS in itself. CSS specs. 2.1 does not concern itself with how a renderer (read browser) will load/display a styled element.

Second, each browser implements loading, unloading, caching ecc... in a different way.

In my experience, browsers threat css style-sheets this way:
whenever a css selector is triggered by a node the browser queue the image for loading... in certain cases reloading the same image several times.

To reach a conclusion in this question, either find authoritative replies from browser vendor or test the browser yourself.

Just to make myself clear, Firefox 1.5 does not necessarily behave like Firefox 2 nor like IE5 or IE6 or IE7 ... ecc...

Reply With Quote