Posted By

neal_grosskopf on 10/27/08


Tagged

css


Versions (?)



Who likes this?

13 people have marked this snippet as a favorite

neal_grosskopf
jamesming
luman
meetneps
joaosalless
SpinZ
yosemite610
wizard04
umang_nine
Kraeved
ditzah
dfaulty
m4tik


How To Add Image Loading Icon To Large Images Using CSS


Published in: CSS 






URL: http://www.nealgrosskopf.com/tech/thread.asp?pid=24

Tutorial on how to add ajax style loading icon to large images by using CSS rather than JavaScript

Expand | Embed | Plain Text
  1. .loading { background: url(loading.gif) no-repeat center center; }

Report this snippet 

You need to login to post a comment.