- Login to your blogger dashboard--> layout- -> Edit HTML
- Don't Click on "Expand Widget Templates"
- Scroll down to where you see ]]></b:skin> tag:
- Copy below code and paste it just before the ]]></b:skin> tag.
- Scroll down to where you see </head> tag:
- Copy below code and paste it just before the </head> tag.
- Scroll down to where you see <body> tag:
- Copy below code and paste it just after the <body> tag
- Click on "Save Templates" and now you are done.It will look like this :
#pageflip {
position: relative;
}
#pageflip img {
width: 50px; height: 52px;
z-index: 99;
position: absolute;
right: 0; top: 0;
-ms-interpolation-mode: bicubic;
}
#pageflip .msg_block {
width: 50px; height: 50px;
position: absolute;
z-index: 50;
right: 0; top: 0;
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgIS4CJDsQkYKjxjexlm0VqYIPiKod0wQojjKwQOY9VEoiIilMDcXzMmzF6cHZ2yBMwtN2bvlgDi8UOF6uS5Qd7FOb7nV_uWFBC7w-xRG991rxGwiBNOYW_9vSYmHp3S_ySekcdAmYhlU1W//subscribe.png) no-repeat right top;
text-indent: -9999px;
}
Note : Please host 'subscribe.png' image yourself.
<script src='http://code.jquery.com/jquery-latest.js' type='text/javascript'/>
<script type='text/javascript'>
$(document).ready(function(){
//Page Flip on hover
$("#pageflip").hover(function() {
$("#pageflip img , .msg_block").stop()
.animate({
width: '307px',
height: '319px'
}, 500);
} , function() {
$("#pageflip img").stop()
.animate({
width: '50px',
height: '52px'
}, 220);
$(".msg_block").stop()
.animate({
width: '50px',
height: '50px'
}, 200);
});
});
</script>
<div id='pageflip'>
<a href='http://feeds2.feedburner.com/blogspot/WyNa'>
<img alt='' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhZeJgz5ga3YzOML2hEvzhO6JFTlYxQG18cnruU-9b6tzMjmC1MK2NzmH5LluOXNPvy89nNJzMng09HY8dXeWH01_73uUxlXndZUl_3AGHfpa4nwQIXu4h0VV_mox8ZIp5xVRfSA1koBy8U//page_flip.png'/>
<span class='msg_block'>Subscribe via RSS</span>
</a>
</div>
Note : Please host 'page_flip.png' image yourself.
Replace 'http://feeds2.feedburner.com/blogspot/WyNa' with your feed address.

When your mouse brings towards above icon it will look like this :

0 komentar:
Posting Komentar