Cara Membuat Loading Blog Keren Login di akun blogger.com Masuk ke Template blog anda Kemudian cari </head> copy dan pastekan coding ini diatasnya <style>
/* loader www.bingangbingung.com*/ #bingangbingung-load { position: fixed; z-index: 50; top: 0; left: 0; opacity: 0.9; width: 100%; height: 100%; background: #FDFEF8 url(http://3.bp.blogspot.com/-WqA4mLrQVsw/U4COhzzQi2I/AAAAAAAABrw/57-G3Pw25ek/s128-no/Loading.gif) no-repeat center; line-height: 350px; text-align: center; font-size: 36px; color: #353231; text-indent: -9999px; } .MD #bingangbingung-load { display: none; } @media only screen and (device-width: 768px) { #loading { position:absolute; width:1040px; min-height:768px; } } #bingangbingung-progbar { position: absolute; top: 0; left: 0; background: #ED0000; opacity: 0.8; width: 0; height: 5px; } #md-loader { height: 100%; display: none; } </style> <script> (function($){ $("html").removeClass("MD"); $("#header").ready(function(){ $("#bingangbingung-progbar").stop().animate({ width: "25%" },1500) }); $("#footer").ready(function(){ $("#bingangbingung-progbar").stop().animate({ width: "75%" },1500) }); $(window).load(function(){ $("#bingangbingung-progbar").stop().animate({ width: "100%" },600,function(){ $("#bingangbingung-load").fadeOut("fast",function(){ $(this).remove(); }); }); }); })(jQuery); </script>
Kemudian jika sudah memasang script tersebut kemudian copy dan pastekan kode ini dibawah </head> <div id='bingangbingung-load'><div id='bingangbingung-progbar'/><div id='md-loader'>Loading...</div></div>
Sekian cara membuat loading blog keren.