Posts

Showing posts with the label mouse

Add Snow Falling Effect In Mouse Cursor for Blogg

Image
Add Snow Falling Effect In Mouse Cursor for Blogg Snow Falling In Mouse Cursor Hello friends!, here we are again  with another great trick. Snow falling in mouse cursor. You can decorate with this script. You can Spice up your blog in Winter, Christmas , Itll bring more joy to your visitors. ok lets have the code Copy the code below Page element --> Add a Gadget --> HTML/JavaScript   --> Paste the code and Save Demo <script type=text/javascript> // <![CDATA[ var colour="White"; var sparkles=100; var x=ox=400; var y=oy=300; var swide=800; var shigh=600; var sleft=sdown=0; var tiny=new Array(); var star=new Array(); var starv=new Array(); var starx=new Array(); var stary=new Array(); var tinyx=new Array(); var tinyy=new Array(); var tinyv=new Array(); window.onload=function() { if (document.getElementById) { var i, rats, rlef, rdow; for (var i=0; i<sparkles; i++) { var rats=createDiv(3, 3); rats.style.visibility="hidden"; document.body.appendChild...