Hiệu ứng loading cho Blogger (Blogspot)
Bạn chỉ cần copy code và dán vào khung tiện ích HTML/Javascript.
<style>
#cssload {background:url(http://www.bentfurn.in/images/loading.gif) no-repeat center;background-color:rgba(0,0,0,0.36);width:100%;height:100%;position:fixed;left:0;top:0;z-index:1000;}
</style>
<div id='cssload'/>
<script type='text/javascript'>
//<![CDATA[
// Loader
$(window).bind("load",function(){$("#cssload").fadeOut(1e3)});
//]]>
</script></div>
<style>
#cssload {background:url(http://www.bentfurn.in/images/loading.gif) no-repeat center;background-color:rgba(0,0,0,0.36);width:100%;height:100%;position:fixed;left:0;top:0;z-index:1000;}
</style>
<div id='cssload'/>
<script type='text/javascript'>
//<![CDATA[
// Loader
$(window).bind("load",function(){$("#cssload").fadeOut(1e3)});
//]]>
</script></div>