Back To TOP

Anima Angle

1. Login to blogger
2. Layout
3. Edit HTML
4. Find this code:
]]></b:skin> 
5. Place the following code above the code
#anima_sudut {
position:fixed;_position:relative;top:0px; left:0px;
clip:inherit;
_top:expression(document.documentElement.scrollTop+
document.documentElement.clientHeight-this.clientHeight);
_left:expression(document.documentElement.scrollLeft+
document.documentElement.clientWidth - offsetWidth); }
Note:
Replace the code of the green with your desired image position
(ex: top=atas, bottom=bawah, right=kanan, left=kiri)
6. Find the code:
</body> 
7. Add the following code and place it above the last code
<div id='anima_sudut'>
<a href='http://your_site.com/'>
<img alt='' border='0'
src='http://your_image_URL.gif'/></a>
</div> 
8. Save.

Related Posts