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


You need to login to view comments.