

Click the link below to view demo
Step 1: Add jQuery plugin ()
- Copy the below code inside <head>
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js' type='text/javascript'/>
Add Page Peel Effect To Blogger Blog
Step 2 :- Go to Design->Edit HTML
- Copy and paste the below code above </head>
<style type='text/css'>
img { behavior: url(iepngfix.htc) }
#pageflip {
position: absolute;
right: 0; top: 0;
float: right;
}
#pageflip img {
width: 50px; height: 52px;
z-index: 99;
position: absolute;
right: 0; top: 0;
-ms-interpolation-mode: bicubic;
}
#pageflip .back-img {
width: 50px; height: 50px;
overflow: hidden;
position: absolute;
right: 0; top: 0;z-index:98;
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhHRfpXUdQCxqzO_LHU5h0_cODT7fb94PytMKqqdeP4gxIMYjVi6Jv1Yw2tDW00eJdXh3jsG9bE5oPUXgkk5TD7JMtvrlHTd7ZpRGcmGuAQC0iW_zW5C0iulspNYM1-6QiLelX9eXJF0O4/s200/rss+netoops+blog+page+peel.png) no-repeat right top #fff;
}
</style><a href='http://netoopsblog.blogspot.com'><img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiztkayZXJ491hGF-WpNC6MfWKlIBF1FCwq9HaeEvK78i1vi-_ut9qKmZpBMtZZE34KmbYBV4xojKtb-6GE10Wk5hhrF-uVsH5sB1-fZblGjVmrnFghPvA2lE3XT0M1M8q0VbG1HPJ0wFI/s1600/1x1juice.png'/></a><script type='text/javascript'>
$(document).ready(function(){
//Page Flip on hover
$("#pageflip").hover(function() {
$("#pageflip img , .back-img").stop()
.animate({
width: '307px',
height: '319px'
}, 500);
} , function() {
$("#pageflip img").stop()
.animate({
width: '50px',
height: '52px'
}, 220);
$(".back-img").stop()
.animate({
width: '50px',
height: '50px'
}, 200);
});
});
</script>
Step 3:img { behavior: url(iepngfix.htc) }
#pageflip {
position: absolute;
right: 0; top: 0;
float: right;
}
#pageflip img {
width: 50px; height: 52px;
z-index: 99;
position: absolute;
right: 0; top: 0;
-ms-interpolation-mode: bicubic;
}
#pageflip .back-img {
width: 50px; height: 50px;
overflow: hidden;
position: absolute;
right: 0; top: 0;z-index:98;
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhHRfpXUdQCxqzO_LHU5h0_cODT7fb94PytMKqqdeP4gxIMYjVi6Jv1Yw2tDW00eJdXh3jsG9bE5oPUXgkk5TD7JMtvrlHTd7ZpRGcmGuAQC0iW_zW5C0iulspNYM1-6QiLelX9eXJF0O4/s200/rss+netoops+blog+page+peel.png) no-repeat right top #fff;
}
</style><a href='http://netoopsblog.blogspot.com'><img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiztkayZXJ491hGF-WpNC6MfWKlIBF1FCwq9HaeEvK78i1vi-_ut9qKmZpBMtZZE34KmbYBV4xojKtb-6GE10Wk5hhrF-uVsH5sB1-fZblGjVmrnFghPvA2lE3XT0M1M8q0VbG1HPJ0wFI/s1600/1x1juice.png'/></a><script type='text/javascript'>
$(document).ready(function(){
//Page Flip on hover
$("#pageflip").hover(function() {
$("#pageflip img , .back-img").stop()
.animate({
width: '307px',
height: '319px'
}, 500);
} , function() {
$("#pageflip img").stop()
.animate({
width: '50px',
height: '52px'
}, 220);
$(".back-img").stop()
.animate({
width: '50px',
height: '50px'
}, 200);
});
});
</script>
- Copy the below code inside <body> or <body ...............>
<div id='pageflip'>
<a href=' http://feeds.feedburner.com/HackingAndblogging '><img alt=' Hacking And Blogging' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj8YFj9rPBtAKGSt3yeA-lMXn0h1MuoNxvCUFxDmxh5AFaewH_v9joCWjzl3vlw_xAdD4PdUbkXjvwj_V05j_yle2UyoMiI_aVa3H-3gIXSMPBPOWYnutxXvnEVRvBmdZBN5sSWgjXGVpfW/s1600/page_flip.png'/></a>
<div class='back-img'/>
</div>
Change can the RED highlighted text with url image url that you want,else leave it default(needn't change)<a href=' http://feeds.feedburner.com/HackingAndblogging '><img alt=' Hacking And Blogging' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj8YFj9rPBtAKGSt3yeA-lMXn0h1MuoNxvCUFxDmxh5AFaewH_v9joCWjzl3vlw_xAdD4PdUbkXjvwj_V05j_yle2UyoMiI_aVa3H-3gIXSMPBPOWYnutxXvnEVRvBmdZBN5sSWgjXGVpfW/s1600/page_flip.png'/></a>
<div class='back-img'/>
</div>
Change the BLUE highlighted text with your feed URL or place your advertisement
- Save the Template
No comments:
Post a Comment