How To Make Floating Widget
Hi, bloggers! Now, I will post about how to make floating widget . The main function of this trick is to save our blog space. Because this t...

1. Log in to your blogger account
2. Go to Deisgn --> Edit HTML
3. Find this code : ]]></b:skin> , then copy the code below and paste above ]]></b:skin>.
position:fixed;_position:absolute;bottom:0px; left:0px;
clip:inherit;
_top:expression(document.documentElement.scrollTop+
document.documentElement.clientHeight-this.clientHeight); _left:expression(document.documentElement.scrollLeft+ document.documentElement.clientWidth - offsetWidth); }
4. After that, find this code </body> , then copy the code below and paste above </body>
YOUR WIDGET / IMAGE / ADVERTISEMENT SCRIPT
</div>
<a rel="nofollow" href="http://tipsandtricksfor.blogspot.com/"><img border="0" src="http://robots1996.fileave.com/besar.jpg" ></a>
</div>