We can put Twitter icon as floating image with fixed position, so it will attract your visitor to click it.How to? Follow this step below
1. Go to Layout > Edit HTML
2. Copy these code
3. Paste before...
4. Copy these code
5. Paste before
</body>
6. Save and check your Blog...
1. Go to Layout > Edit HTML
2. Copy these code
#floatingimage {
bottom:10px;
right:0px;
position:fixed;
_position:absolute;
clip:inherit;
_top:expression(document.documentElement.scrollTop+ document.documentElement.clientHeight-this.clientHeight);
_right:expression(document.documentElement.scrollLeft+ document.documentElement.clientWidth - offsetWidth);
}
#floatingimage a img {border:0}
3. Paste before...
]]></b:skin>
4. Copy these code
<div id='floatingimage'>
<a href='http://twitter.com/emocutez'><img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgqXidJEAdCElFBpFvZmIDIWQODq5U-KRV1Mq-JT7BYDMuDr6EGNTE2cTSnJKrqSoa65uZVLpZ2VGxsI8bfbtRtjYeQ3jHEqD_MyYhx6owMxrsPlGl2eISiu8OpwT-WqYCF_-h_iEP9b-kI/s1600/follow+us.png'/></a></div>
5. Paste before
</body>
6. Save and check your Blog...
0 Response to "How to Create Floating Twitter Follow Image?"
Post a Comment