/ 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
.loading { background: url(loading.gif) no-repeat center center; }
You need to login to post a comment.