Blogger Floating Widget Add To Your Blog

Blogger Floating Widget used for looking attractive and user traffic to your blog. 

 Here may be following some steps

1. Login to your blogger account
2. Click to template section





3. In the template section click edit HTML
4. Type Ctrl+F and find  tag


]]></b:skin>

5. Before tag

]]></b:skin>

Copy below code in the HTML

6. Copy this code

#trickiezone {
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); }



7. Add the widget code between
<div id=”trickiezone”>
and 
</div>

8. Change the widget place by using layout option.






 

NOTE :- You can also change the many factor according to your blog such as bottom, top, left, right



Comments