• Latest News

    Monday, July 18, 2011

    Create a Customized Side Menu In Your Blogger / BlogSpot Blog


    Once you have seen the picture above [working demo here], I hope there's nothing more to explain what exactly are you going to add to your blog, after you implement this hack.
    The process is quite easy, and the overall widget is completely editable, so that you can tweak it even more. But remember this has been created and copyrighted by STYLED MENUS.

    Simply log in to Blogger, go to "Layout" and "Add a Gadget" of HTML/JavaScript type.

    Then in the content, paste this code:
    <center><div id="menu">
    <ul>
    <li><a class="current" href="http://bloggerstop.net">home</a></li>
    <li><a href="http://about.com">about us</a></li>
    <li><a href="http://google.com">Google</a></li>
    <li><a href="http://wikipedia.com">Wikipedia</a></li>
    <li><a href="http://bloggerstop.net/2008/09/contact-us.html">contact us</a></li>
    </ul>
    </div></center>
    <style>
    /* --------------------------
    AUTHOR : STYLED MENUS
    URL : http://www.styledmenus.com
    Copyrights by STYLED MENUS
    Widget From http://bloggerstop.Net
    ----------------------------*/
    *{
    margin:0;
    padding:0;
    }
    #menu{
    background:url(http://2.bp.blogspot.com/_4fVBL4fjrFI/SXsev4OJbTI/AAAAAAAACBc/0EEtXs7ckkg/s1600/menu_026_bg.jpg) no-repeat;
    width:172px;
    height:191px;
    padding:15px;
    }
    #menu ul{
    list-style:none;
    padding:0 0 0 8px;
    }
    #menu li{
    list-style:none;
    display:block;
    padding:10px 0;
    }
    #menu li a{
    list-style:none;
    display:block;
    background:url(http://2.bp.blogspot.com/_4fVBL4fjrFI/SXseueLX9TI/AAAAAAAACBM/BQCk16wweRQ/s1600/menu_026_b.gif) no-repeat left center;
    color:#ffe991;
    font-weight:bold;
    text-transform:uppercase;
    font-size:11px;
    line-height:1.2em;
    text-decoration:none;
    padding:0 5px 0 25px;
    }
    #menu li a:hover{
    background:url(http://2.bp.blogspot.com/_4fVBL4fjrFI/SXseuzcFbnI/AAAAAAAACBU/joYkQm6Lyns/s1600/menu_026_h.gif) no-repeat left center;
    color:#fff;
    text-decoration:none;
    }
    #menu li .current{
    list-style:none;
    display:block;
    background:url(http://2.bp.blogspot.com/_4fVBL4fjrFI/SXseuzcFbnI/AAAAAAAACBU/joYkQm6Lyns/s1600/menu_026_h.gif) no-repeat left center;
    color:#fff;
    font-weight:bold;
    text-transform:uppercase;
    font-size:11px;
    text-decoration:none;
    padding:0 5px 0 25px;
    }
    #menu li a.current, #menu li a:hover.current{
    background:url(http://2.bp.blogspot.com/_4fVBL4fjrFI/SXseuzcFbnI/AAAAAAAACBU/joYkQm6Lyns/s1600/menu_026_h.gif) no-repeat left center;
    color:#fff;
    text-decoration:none;
    }
    </style>
    The code in red color, is what you have to edit. And the code lines in blue color are the images being used in this widget, so you can use some other background image too (of similar dimensions) in case the above image is not looking good with your template.
    • Blogger Comments
    • Facebook Comments

    0 comments:

    Post a Comment

    Item Reviewed: Create a Customized Side Menu In Your Blogger / BlogSpot Blog Rating: 5 Reviewed By: That Stupid Tester
    Scroll to Top