FF3 implementing Opera behavior on image "load" events
I believe this may be of interest too for FF3 and Safari users:
http://developer.mozilla.org/en/docs/Gecko_1.9_Changes_affecting_websites
Opera has been the first to implement this logic, Safari seems to
implement it too.
It seems that "load" event from images can now bubble up to the
document, so:
document.addEventListener( 'load', fn, true):
will allow devs to have a notification for each image loaded in the
page (not in CSS)
--
Diego Perini