This tutorial is about to create float image that will always show on your corner blog although you drag side scroll bar. You can put an image, widget, video, or any thing you want. You can add also a link to it as visitors press on it, it redirects them to another page you want.
* Log into Blogger.com then in the Dashboard -> Layout -> Edit HTML
* Find the following code ]]></b:skin> and add this code over it:
#float_corner {
position:fixed;_position:absolute;bottom:0px;left: 0px;clip:
inherit;_top:expression(document.documentElement.s crollTop+document.documentElement.clientHeight-this.clientHeight);_left:expression(document.docum entElement.scrollLeft + document.documentElement.clientWidth - offsetWidth);}
* The Last step find </body> at the bottom of page and add the following code above it with changing the LINK OF IMG and the REDIRECTING LINK
<div id="float_corner">
<a href="REDIRECTING_LINK"> <img src="LINK_OF_IMG_SOURCE" border="0" /></a>
</div>
* At the last before you leave, hope you leave your comment and subscribe us
Source:
http://e-blogtricks.blogspot.com/2010/02/how-to-creat-float-image-in-your-blog.html