We Recommend

CSS: The Definitive Guide CSS: The Definitive Guide
Provides you with a comprehensive guide to CSS implementation, along with a thorough review of all aspects of CSS 2.1. Updated to cover Internet Explorer 7, Microsoft's vastly improved browser, this new edition includes content on positioning, text wrapping (nowrap), lists and generated content, table layout, user interface, paged media, and more.


Posted By

neal_grosskopf on 10/27/08


Tagged

css


Versions (?)


Who likes this?

10 people have marked this snippet as a favorite

neal_grosskopf
jamesming
luman
meetneps
joaosalless
SpinZ
yosemite610
wizard04
umang_nine
Kraeved


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

  1. .loading { background: url(loading.gif) no-repeat center center; }

Report this snippet 

You need to login to post a comment.