How To Add Flip Over Book With J-Query Effect

Socialize: 

This is the best animated widget to show off your blog/site beauty, you can put you info, links, new in this widget and improve your views.It open when someone move his mouse on book then the page turn to open and your inside data becomes out.
First step:-
Go to blogger->>Design or Template->>Edit Html
CSS Code:
Search for the code ]]></b:skin>
Add below css code above it


<style type="text/css">
div.pad {width:600px; height:400px; padding:0 0 40px 0; margin:20px auto; position:relative; overflow:hidden; background:#aaa; border:40px solid #aaa; border-width:40px 40px 0 40px;}
div.pad > div {width:300px; height:400px; position:relative; position:relative; float:right;}
div.pad > div > div:nth-of-type(1) {width:300px; height:400px; position:absolute; left:0; top:0; background:#574;
}
div.pad > div > div:nth-of-type(2),
div.pad > div > div:nth-of-type(2) div {
-webkit-transform-origin: 0 -900px;
-moz-transform-origin: 0 -900px;
-ms-transform-origin: 0 -900px;
-o-transform-origin: 0 -900px;
transform-origin: 0 -900px;
-webkit-transition: 0.75s ease-in-out;
-moz-transition: 0.75s ease-in-out;
-ms-transition: 0.75s ease-in-out;
-o-transition: 0.75s ease-in-out;
transition: 0.75s ease-in-out;
}
div.pad > div > div:nth-of-type(3),
div.pad > div > div:nth-of-type(3) div {
-webkit-transform-origin: 300px -900px;
-moz-transform-origin: 300px -900px;
-ms-transform-origin: 300px -900px;
-o-transform-origin: 300px -900px;
transform-origin: 300px -900px;
-webkit-transform: rotate(-17deg);
-moz-transform: rotate(-17deg);
-ms-transform: rotate(-17deg);
-o-transform: rotate(-17deg);
transform: rotate(-17deg);
-webkit-transition: 0.75s ease-in-out;
-moz-transition: 0.75s ease-in-out;
-ms-transition: 0.75s ease-in-out;
-o-transition: 0.75s ease-in-out;
transition: 0.75s ease-in-out;
}
div.pad > div > div:nth-of-type(2) {width:300px; height:440px; position:absolute; left:0; top:0; overflow:hidden;
-webkit-transform: rotate(-17deg);
-moz-transform: rotate(-17deg);
-ms-transform: rotate(-17deg);
-o-transform: rotate(-17deg);
transform: rotate(-17deg);
}
div.pad > div > div:nth-of-type(2) div {width:300px; height:400px; position:absolute; left:0; top:0; background:#ddd;
-webkit-transform: rotate(17deg);
-moz-transform: rotate(17deg);
-ms-transform: rotate(17deg);
-o-transform: rotate(17deg);
transform: rotate(17deg);
}
div.pad > div > div:nth-of-type(3) {width:300px; height:440px; position:absolute; left:-300px; top:0; overflow:hidden;}
div.pad > div > div:nth-of-type(3) div {width:299px; height:400px; position:absolute; left:0; top:0; background:#eee; border-right:1px solid #888;
-moz-box-shadow: -2px 0px 10px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: -2px 0px 10px rgba(0, 0, 0, 0.5);
box-shadow: -2px 0px 10px rgba(0, 0, 0, 0.5);
}
div.pad > div:hover > div:nth-of-type(2),
div.pad > div:hover > div:nth-of-type(3),
div.pad > div:hover > div:nth-of-type(2) div,
div.pad > div:hover > div:nth-of-type(3) div
{
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
div.pad h1 {padding:0; margin:0; text-align:center; font:normal 80px/250px georgia, serif; color:#111; text-shadow: 0px 1px 1px #ddd;}
div.pad p {margin:0; text-align:center; font:normal 15px/18px Georgia, serif; color:#111; padding:20px;}
</style>




PART 2:
HTML Code:
Go to blogger->>Layout or page elements->>Add a gadget->> Html/java script
Add below code in Html java script box.


<div class="pad">
<div>
<div><h1>Demo</h1><p>by<br />Blogger choices</p></div>
<div><div>
<p>add text here</p>
</div></div>
<div><div><p>add text here</p></div></div>
</div>
</div>

Now Change Red Text To Your Desire One.
Finish, Done.

Don't Forget To Say Thanks

    You may also like...

  • How To Add Facebook Like-Send, Tweet, Google + Button For Blog & Website

    How To Add Facebook Like-Send, Tweet, Google + Button For Blog & Website

    Even though Facebook Like & Send, Twitter Tweet and Google +1 social sharing buttons can be…

  • How To Create OnLine E-Mail Me Form For Your Blog And WebSite

    How To Create OnLine E-Mail Me Form For Your Blog And WebSite

    Email Me Form™ Email Me Form is a free online form generator service that helps you create…

  • Stylish "You Might Also Like This" Widget For Blog

    Stylish "You Might Also Like This" Widget For Blog

    Show Related Stories Under Each Post!LinkWithin is a blog widget that appears under each post,…

  • HTML-CSS Stylish Page Navigation Bar For Blog And Website

    HTML-CSS Stylish Page Navigation Bar For Blog And Website

    We are comeback with another simple Navigation menu made up of CSS3 with additional effects using…

  • How To Embed "SWF,FLV" Files Into Your Blog And Website

    How To Embed "SWF,FLV" Files Into Your Blog And Website

    Nowadays flash files are widely used in web and blog developing and designing, they not only give a…

  • How To Add Static Twitter Follow Box With Smooth Jquery Hover Effect In Blog And Website

    How To Add Static Twitter Follow Box With Smooth Jquery Hover Effect In Blog And Website

    Here There are 3 Simple Steps:If you have a twitter account then it is the best animated widget for…

  • How To Create And Publish Your Blog Feed With FeedBurner

    How To Create And Publish Your Blog Feed With FeedBurner

    Feedburner is a free service provided by Google that enables a more smart control over our blogs…

6 comments:

  1. There Are Many Type Of Sliders:
    1) Slide Out On Hover From Sides.
    2) Image Auto Slide Show.
    3) Image+Text Auto Slide Show.
    4) Slide Show On Click.

    What Kind Of Slider Do You Want?

    ReplyDelete
  2. Thank you so much for your reply. I want to know about System Image Auto Slide Show.

    ReplyDelete
  3. I Can't Understand What You Are Trying To Ask?

    ReplyDelete
  4. Will you please tell me how Slide Out On Hover From Sides can be applied. Check Logo Designing for creative designing.

    ReplyDelete
  5. Being a newbie in this field your post is very helpful for me to understand the technicalites regarding flip over book in Jquery. Your shared codes are really effective to teach anyone and this way of blogging is awesome to teach.

    ReplyDelete
  6. I can design professional business logo for you.You will get unlimited revisions and 101% satisfaction. logo design

    ReplyDelete

About Me

Hi, I am Muhammad Saalim, Co-Founder of EXEIdeas International and CEO of bord4banned. I am here to share my experiences with you and to help those who can help themselves.

Follow Me



Join Our Official FaceBook Group To Stay With Us.

Caution!

All data, codes, articles, tips and tricks etc, posted here are copyright work of MyTutspot.Blogspot, and are protected with DMCA. Any one, found to be thefting any data, will be under LEGAL ACTION.

My Tutspot.Blogspot 2018 All Rights Reserved
Designed by born4banned | A Project of EXEIdeas International