Add Page Peel effect
Step 1: Add jQuery plugin ()
Change the BLUE highlighted text with your feed URL or place your advertisement
- 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/AVvXsEi7DPvi0jgdXA5yuZo5wDPgbd5Fg8Us8JBj1FOBHLs5yDLTcE3b-H0MHRS34r5zCkz2sOXXIN8zUShumu0vIG2XcavUyl7X_CRSdep76NZITsJg1w2QS2yNRsP6K5CWVBlCpxkxHzHxn6w/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/AVvXsEgqFMsmFkLSV1grgW-a6gUYVp9Od7K9qHlYyrnGYdW3h9o1GHrrLcGeiP7RNzUQumCnum1tuZcj6rpchvYokxqHv6fmxMAFFLQCncxyXhjbl9VIFxbasfT7rPFO2nr0NthAoxsZRvzJjA4/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/AVvXsEi7DPvi0jgdXA5yuZo5wDPgbd5Fg8Us8JBj1FOBHLs5yDLTcE3b-H0MHRS34r5zCkz2sOXXIN8zUShumu0vIG2XcavUyl7X_CRSdep76NZITsJg1w2QS2yNRsP6K5CWVBlCpxkxHzHxn6w/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/AVvXsEgqFMsmFkLSV1grgW-a6gUYVp9Od7K9qHlYyrnGYdW3h9o1GHrrLcGeiP7RNzUQumCnum1tuZcj6rpchvYokxqHv6fmxMAFFLQCncxyXhjbl9VIFxbasfT7rPFO2nr0NthAoxsZRvzJjA4/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/AVvXsEhf-OLkBBHRc-pHW-jrFRSdfc578RySQuP-U9zVPZH829Xw-yNVamB4EKcFMFnEmEVubRqJOxj68MV02tbrD61maEjCvilSrgq9iHRTuS73zGrzP3xLb9KfFD25fyXqz0HttyBz_0ytduHS/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/AVvXsEhf-OLkBBHRc-pHW-jrFRSdfc578RySQuP-U9zVPZH829Xw-yNVamB4EKcFMFnEmEVubRqJOxj68MV02tbrD61maEjCvilSrgq9iHRTuS73zGrzP3xLb9KfFD25fyXqz0HttyBz_0ytduHS/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
Click the link
Click the link
Click the link
Click the link