Is there any way to stop an tag loading its image by just using CSS? I would like to avoid using JavaScript.
This doesn\'t seem to work (Firebu
You can PRELOAD images using CSS only, but not actually delay the loading of images using CSS only.
This can, however, be done easily using something like jQuery Lazy Loader, which is MUCH easier than trying to do it by hand.