How To Add Image Loading Icon To Large Images Using CSS


/ Published in: CSS
Save to your folder(s)

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


Copy this code and paste it in your HTML
  1. .loading { background: url(loading.gif) no-repeat center center; }

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

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.