Wednesday, July 4, 2012

How To Add Spinny Leaf Menu To Blogger

This is attractive menubar to your blogger. It
call Spinny Leaf menu.In include with awesome
hover style.So,this menubar helps you to make
attractive your blog.You can link main page for it.
Like contact us page about us page.So, this menu
bar like classic. Earlier i made a post Attractive Css
Drop Down Menu Bar For Blogger
. It also nice
menu-bar.you can add it to your blog with easy
steps. Follow these steps to add it your blog.


DEMO

1. Log in to blogger account and Go to Design >> Edit HTML
    (make sure backup your template first)

2. Put checked marked in Expand Widget Templates

3. Find this tag by using Ctrl+F    ]]></b:skin>

4. Paste below code Before ]]></b:skin> tag

nav {   width: 900px;
        height: 100px;
        margin: 120px auto;
        text-align: center;
}
.top-menu li {
        display: inline-block;
        text-align: center;
        margin: 30px 5px;
        position: relative;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
}
.top-menu li:hover {
        margin: 30px 20px;
}
.top-menu li:active {
        margin: 30px 33px;
}
.top-menu li a  {
        width: 100px;
        height: 100px;
        z-index: 9999;
        position: absolute;
        top: 35px;
        font-weight: bold;
        display: block;
        text-decoration: none;
        font-size: 20px;
        color: #fff;
        text-shadow: 0px 1px 1px rgba(0,0,0,0.4), 0px 4px 6px rgba(0,0,0,0.1), 0px 9px 11px rgba(0,0,0,0.1);
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        -o-transition: all 0.1s linear;
}
.top-menu li:active a {
        font-size: 26px;
        top: 30px;
        text-shadow: none;
}
.top-menu li div.menu-item {
        width: 100px;
        height: 100px;
        display: block;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -webkit-border-top-left-radius: 100px;
        -webkit-border-bottom-right-radius: 100px;
        -moz-border-radius-topleft: 100px;
        -moz-border-radius-bottomright: 100px;
        border-top-left-radius: 100px;
        border-bottom-right-radius: 100px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
}
.top-menu li:hover div.menu-item{
        -webkit-border-top-left-radius: 80px;
        -webkit-border-bottom-right-radius: 80px;
        -moz-border-radius-topleft: 80px;
        -moz-border-radius-bottomright: 80px;
        border-top-left-radius: 80px;
        border-bottom-right-radius: 80px;
                -webkit-transform: rotate(225deg);
        -moz-transform: rotate(225deg);
        -o-transform: rotate(225deg);
}
.top-menu li:active div.menu-item{
        -webkit-border-top-left-radius: 50px;
        -webkit-border-bottom-right-radius: 50px;
        -moz-border-radius-topleft: 50px;
        -moz-border-radius-bottomright: 50px;
        border-top-left-radius: 50px;
        border-bottom-right-radius: 50px;
}
#home { background: #41D05F; }
#cataloge { background: #E42B2B;}
#price { background: #ff8400; }
#about { background: #a800ff; }
#contact { background: #49a7f3; }

5. Now Find this code  by using Ctrl+F <div id='content-wrapper'>

6.  Paste below code Before <div id='content-wrapper'> code

<nav>

  <ul class="top-menu">

    <li><a href=#>Home</a><div class="menu-item" id="home"></div></li>

    <li><a href=#>Download</a><div class="menu-item" id="cataloge"></div></li>

    <li><a href=#>Links</a><div class="menu-item" id="price"></div></li>

    <li><a href=#>About</a><div class="menu-item" id="about"></div></li>

    <li><a href=#>Contact</a><div class="menu-item" id="contact"></div></li>

  </ul>

</nav>

*Replace # With your URL
*Replace Name with as your like.

7. Now save your template
 you are done.

7 comments:

  1. i did not find content-wrapper in my blog, so what can do now pls tell me

    ReplyDelete
  2. Hello,
    I could not find any content wrapper in my blog html. What to do? Can I paste the second code in the html gadget?

    ReplyDelete
  3. I want to add this below the blog title. Just like you've done on your blog.
    my blog url - 25robot.blogspot.com

    ReplyDelete
    Replies
    1. Leave a message, ill help
      bloggertrix99@gmail.com

      Delete