Add A Fixed Floating Image To The Corner Of Blogger Blogs
Live Demo - You Can See An Rss Image In the Top Left Corner Floating Image Demo
Add Fixed Image To Your Blog
1.In your Blogger dashboard Click Design > Edit Html > Tick The Expand Widget Templates Box.
2.Find the following piece of code in the html:
]]>
3. Copy And Paste the following code directly Above / Before ]]>
#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);}
Note - You can change the following attributes bottom :left to place the image in different corners :
top left
top right
bottom left
bottom right
4.Find the following code in your blogs html :
0 commentaires:
Enregistrer un commentaire
Abonnement Publier les commentaires [Atom]
<< Accueil