Thursday, August 9, 2012

HOW TO PUT ANIMATION STATUS PAGE LOADING IN BOGGER


Ok, yes, as promised me yesterday to write a tutorial how to install the image loading status of this page in blogger.First, select only the first one of two animated preloader Preloader or Ajaxload this service, then save the images in the gif format. If so, please upload the image files to your hosting earlier (which is free to use geocities.com)

The second step please open your notepad, then save the code below with the name preloader.js (make sure the extension ends in JS instead of TXT).


var ld=(document.all);
var ns4=document.layers;
var ns6=document.getElementById&&!document.all;
var ie4=document.all;
if (ns4)
ld=document.loading;
else if (ns6)
ld=document.getElementById("loading").style;
else if (ie4)
ld=document.all.loading.style;
function init()
{
if(ns4){ld.visibility="hidden";}
else if (ns6||ie4) ld.display="none";
}


 


If so, please upload the files to your hosting preloader.js (which is free to use geocities.com)

How to Put on bloggers:

Just go directly to the address EditHTML, search  .  Then replace with this code agree, do not forget to replace the code in red below and adjust itself to the address location for storing pictures and your JS file.





ShareThis

Related Posts Plugin for WordPress, Blogger...