any technique that can be used to place on image-holder while waiting for image to load. a typical way of doing is placing dummy image while waiting for real image to load.
my image code like below
<div id="realimage" style="background-image: real_image.jpg"/>
- any nice way to put as image holder without putting dummy image? using pure css without javascript possible?