/ Published in: CSS
Tutorial on how to add ajax style loading icon to large images by using CSS rather than JavaScript
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
.loading { background: url(loading.gif) no-repeat center center; }
URL: http://www.nealgrosskopf.com/tech/thread.asp?pid=24