Have you ever seen a picture in the corner of the blog page, which floated even though you move the scroll anywhere. This image will remain in the position where they are located. Images that you see is called the float image.
If the blog you want it decorated like and do not know how to make it, you can follow the steps below:
1. Login to blog
2. Choose your layout
3. Click edit HTML
4. Search code ]]></ b: skin>
5. Put the below code above, to his position as follows:
# image (
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);
)
]]></ b: skin>
Note the bold image: bottom can be converted to the top, and the left can be changed to right.
6. Then look for the code </ body>
7. Put the following code above:
<div id='image'>
<a href='http://actionnn.blogspot.com'>
<img alt; = 'create animated gif' border = '0 'height = '175'
src = 'http://picasion.com/pic12/0bf21899daaad5548594af6e750ceccf.gif'
width = '150 '/> <br/> </ a>
</ div>
Replace red text with your blog address. Blue color change to your image address. To try you can use the image above address and can determine its size.
height = '175 'and width = '150' ------>> can resize
8. click save
9. View results
10. done

No comments:
Post a Comment