Published in: CSS
URL: http://www.maratz.com/blog/archives/2005/05/02/image-preloader/
img { background: url(loading.gif) no-repeat 50% 50%; }
Comments
Subscribe to comments
You need to login to post a comment.
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.
Tate on 05/19/08
5 people have marked this snippet as a favorite
SmpleJohn
Wiederkehr
basicmagic
brent-man
asturi
Published in: CSS
URL: http://www.maratz.com/blog/archives/2005/05/02/image-preloader/
img { background: url(loading.gif) no-repeat 50% 50%; }
Subscribe to comments
You need to login to post a comment.
Pair it with this tool: http://www.ajaxload.info/ Smart idea, like a "duh", should have thought of that before.