>

Create Float Image

This tutorial is about to create float image that will always show on your corner blog althought you drag side scroll bar. You can put an image, widget, clock etc on the corner.
Step by step to create Float image

1. Login ke blogger then click "Layout -->> Edit HTML
2. Find this code ]]></b:skin&gt;, then put the code below above it.


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

3. The bold text is it’e position. you can change it with "top", "bottom", "left", "right"
4. The next step is put the code below before tag</body>

<div id="float_corner">

<a href="http://trick-bloging.blogspot.com"> <img src="

http://blogoholic.info/files/soniclari.gif" border="0" /></a>

</div>

"http://trick-bloging.blogspot.com" is a link.
"http://blogoholic.info/files/soniclari.gif" is image URL, Change it with your own image.

5. If you wanna fill it with a widget, change the red code with your widget code.
6. Save and preview your blog.

Source http://trick-blog.blogspot.com/2008/03/how-to-create-float-image.html

Comments :

5 comments to “Create Float Image”
E-Tavasi said...
on 

Nice trick and tips :)

aalil Belajar SEO said...
on 

Nice tips..

good luck..
antivirus lokal

Andi said...
on 

nice tips..thanks..

cikgusaiful said...
on 

thanks...it help me a lot..

h4ever said...
on 

whats you mean with *If you wanna fill it with a widget, change the red code with your widget code *

how to do it with windget,,,hepl pls!!

Post a Comment