In IE6 only, using Accordion jQuery plugin to open DIV element, all img element (backgrounds too) inside the DIV are loaded at each click to open or close the choosen element.
Exemple : there is 10 closed DIV, you click on the 2nd one to open it, you can see in the status bar the requests to load all img elements inside the both 10 DIV, you click to close it do it again. If you do it for 2 or 3 DIV it even can lock the page.
How is managed img elements load in not displayed elements by css ? If i pre-load img it's the same thing
No pb. in Firefox or IE7, IE8
Thank you