jQuery Sliding Menu is actually a type of navigation menu for blogger. It expands sliding from top on clicking the Open Menu button and on pressing the Hide Me button it collapses. If your blog has no space for adding subscribe buttons and email subscription form, then don't worry this menu is going to fulfill all your needs.

If you're tired of using those simple Drop Down menus then this menu will give your blog a new professional look by its simple, clean and professional design. This menu consists of four different portions, the first one is for Author Bio, the 2nd contains a simple Search Box, the next one is Categories where you can add all your Blog Categories and the 4th portion contains an Email subscription box and social media buttons. In this tutorial we'll show you that How to Create a jQuery Sliding Menu with Expand/Collapse Function in Blogger

You can find a demo of this
panel - just click on the Open menu link on the top
Adding the jQuery
Expand/Collapse Slider Panel to Blogger
This sliding menu is made with jQuery, so the first
thing is to add the script by pasting it just below the <head>
tag:Step 1. From your Blogger dashboard > go to Template > click on the Edit HTML button

Step 2. Click anywhere inside the code area and search by
pressin the CTRL + F keys for the <head>
tag
Step 3. Below the <head> tag, add this script:
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js' type='text/javascript'></script> <script type='text/javascript'> $(document).ready(function() { $("#open").click(function(){ $("div#panel").slideDown("slow"); }); $("#close").click(function(){ $("div#panel").slideUp("slow"); }); $("#toggle a").click(function () { $("#toggle a").toggle(); }); });</script> <b:if cond='data:blog.pageType != "item"'> <style> body#layout #slide-top-panel {display:none !important;} </style> </b:if>
Step 4. Now search (CTRL + F) the </head> tag and add the CSS styles just above it:
<style>
.clearfix:after {content: ".";display: block;height: 0;clear:
both;visibility: hidden;}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
.clearfix {height: 1%;}
.clearfix {display: block;}
.tab {
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhrmwCq-fvDTzlFxde4HIyebbC0NbXhzeaSpavMH0n61u6Sah3DDtsuDaj7RFC4AcZjm27wKUPlcdzXfvYGynx3kIAKdmJdMba4at3wNpElKLtmah8fhfXJQyUyYNMs5j1eY-on3Ntdu_XQ/s1600/sliding-panel-tab-0.png)
repeat-x 0 0;
height: 42px;
position: relative;
top: 0;
z-index: 999;
}
.tab ul.login {
display: block;
position: relative;
float: right;
clear: right;
height: 42px;
width: auto;
font-weight: bold;
line-height: 42px;
margin: 0;
right: 150px;
color: white;
font-size: 80%;
text-align: center;
}
.tab ul.login li.left {
background:
url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhiYUJrYfY31q0n54QC270OKQ-sHJqF77ZdqjMeX5olLDZhypjGmQOvDjFRZZwnRCP-PSoEBU_tI6t0_yWvyiDvkYlSySPTNZp2a33ZR3QH8nrQWTY6g-uCoX3Df49Bku3_jBBBTGsM0IlR/s1600/sliding-panel-tab-left.png)
no-repeat left 0;
height: 42px;
width: 30px;
padding: 0;
margin: 0;
display: block;
float: left;
}
.tab ul.login li.right {
background:
url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj2Rei78GtKHUavvaU_BLv4RBdLLf2aKk-h21EL3Nf1JS0SnXqvkAI9Jg11HrnFvv5EtvxELdmwZ8hz8CdNbWtzAGXAjSJ0YXML6swL6CjQuyU7LTM4sa5qHnheGFiTqtjKVjm2dl6dNqm4/s1600/sliding-panel-tab-right.png)
no-repeat left 0;
height: 42px;
width: 30px;
padding: 0;
margin: 0;
display: block;
float: left;
}
.tab ul.login li {
text-align: left;
padding: 0 6px;
display: block;
float: left;
height: 42px;
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj1meiraB4cXgGOI-dmmc6BudvE7jIn-OEiB8bonMLOQAAinWSClBkOYMKjkV0HlpkYiGc__lKuMLgXW3zTnuZ0M8LKdxS4LemwSQTGGZ2XUuMicFaX9T2a8b93ThV2JO66Q2R6sDVemQpP/s1600/sliding-panel-tab.png)
repeat-x 0 0;
}
.tab ul.login li a {color: #15ADFF;}
.tab ul.login li a:hover {color: #FFFFFF;}
.tab .sep {color:#414141}
.tab a.open, .tab a.close {
height: 20px;
line-height: 20px !important;
padding-left: 30px !important;
cursor: pointer;
display: block;
width: 100px;
position: relative;
top: 11px;
}
.tab a.open {background:
url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEikh8SRqGho2ISFVxrHSkJCoyre8At3mBpLh0BVCihzExQe4-5zkjMDK_LYgMOkge0StYGJzq5YJcU3D_zRIpBnDBc1UATGkugjtLzw8onfy8Pgi28enB4z_CZyfg0ZtcaoGclEzg5syvcj/s1600/button-open.png)
no-repeat left 0;}
.tab a.close {background:
url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjsNl6KvwTdZptchqnDhB7W1IVKkfO2NCFGkhqcPiP7rz5uEIPPhKZjB271ZsmSKfpcxXdM_ty0lvsK46cQGo7j0VrJ6w7ozn0VZbWNt5dQkS4NFQPaN2k3vimmNpweo2_rlO_uK6kcTj9N/s1600/button-close.png)
no-repeat left 0;}
.tab a:hover.open {background:
url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEikh8SRqGho2ISFVxrHSkJCoyre8At3mBpLh0BVCihzExQe4-5zkjMDK_LYgMOkge0StYGJzq5YJcU3D_zRIpBnDBc1UATGkugjtLzw8onfy8Pgi28enB4z_CZyfg0ZtcaoGclEzg5syvcj/s1600/button-open.png)
no-repeat left -19px;}
.tab a:hover.close {background:
url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjsNl6KvwTdZptchqnDhB7W1IVKkfO2NCFGkhqcPiP7rz5uEIPPhKZjB271ZsmSKfpcxXdM_ty0lvsK46cQGo7j0VrJ6w7ozn0VZbWNt5dQkS4NFQPaN2k3vimmNpweo2_rlO_uK6kcTj9N/s1600/button-close.png)
no-repeat left -19px;}
#slide-top-panel {
position: absolute;
top: 0;
width: 100%;
z-index: 999;
text-align: center;
margin-left: auto;
margin-right: auto;
}
#panel {
width: 100%;
height: 230px;
color: #999999;
background: #272727;
overflow: hidden;
position: relative;
z-index: 3;
display: none;
}
#panel h4 {
font-size: 18px;
color: #F2F2F2;
text-align: center;
padding: 5px 0 10px;
margin: 0;
}
#panel p {
margin: 5px 0;
padding: 0px;
}
#panel a {
text-decoration: none;
color: #15ADFF;
}
#panel a:hover {
color: white;
}
#panel .content {
width: 960px;
margin: 0 auto;
padding-top: 15px;
text-align: left;
font-size: 0.85em;
}
#panel .content .left {
width: 280px;
float: left;
padding: 0 15px;
border-left: 1px solid #333;
}
#panel .content .right {
border-right: 1px solid #333;
}
#panel .content form {
margin: 0 0 10px 0;
}
#panel .content label {
float: left;
padding-top: 8px;
clear: both;
width: 280px;
display: block;
}
#panel .content input.field {
border: 1px #1A1A1A solid;
background: #545454;
border-radius: 10px;
margin-right: 5px;
margin-top: 4px;
width: 200px;
color: white;
height: 18px;
}
#panel .content input:focus.field {
background: #7F7F7F;
}
#panel .content input.button-register {
display: block;
clear: both;
height: 24px;
width: 94px;
color: white;
background: transparent url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhtt-dnGzqrShCMuNAgGgh4A-1cLmFe_ENU5gFTZP_fJKqTCh3cTUjwcodG0EuGDgxXV6qVNw92FjEWzB_MI9lHhaqQ-IvLTV9FICfbncCMJ-A15pJSnEdawQ3keFrda773WtgfLGzwM5gZ/s1600/button-register.png)
no-repeat 0 0;
text-align: center;
cursor: pointer;
border: none;
font-weight: bold;
margin: 10px auto;
}
#sliding-panel {
width: 160px;
float: left;
}
#sliding-panel2 {
width: 160px;
float: right;
}
#sliding-panel ul, #sliding-panel2 ul{
font-family: Arial, Helvetica, sans-serif;
list-style-type:none;
margin:0;
padding:0;
}
#sliding-panel ul li a, #sliding-panel2 ul li a {
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEii-cK3KvL40TRBfFnP-_e049zXld5_IT-c3qHzsgfy_NR3LRjR9GB9WPuMMsH2th6ZTV-HvNS2dDxm2Uc95mjXZ_yFaF6Lk09lLhxTuzVE5dokYTuSh1AHk_ChUD7r_BP444FArVc-JbxY/s1600/star-bullet.png)
center left no-repeat;
margin:0;
padding:3px 3px 3px 18px;
}
#sliding-panel li, #sliding-panel2 li {
display: inline;
}
#sliding-panel a, #sliding-panel2 a{
color: #999999;
text-decoration: none;
font-size: 11px;
display: block;
padding: 3px;
width: 160px;
}
#sliding-panel a:link, #sliding-panel a:visited, #sliding-panel2 a:link,
#sliding-panel2 a:visited {
color: #999999;
text-decoration: none;
}
#sliding-panel a:hover, #sliding-panel2 a:hover {
color: #FFFFFF;
}
#search-box22{
margin-top: 20px;
}
#search-box22 input[type="text"] {
float: right;
background: 10px 6px #444;
border: 0 none;
font: bold 12px Arial,Helvetica,Sans-serif;
color: #777;
width: 160px;
padding: 6px 15px 6px 35px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0,
0.2) inset;
-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2)
inset;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2)
inset;
-webkit-transition: all 0.7s ease 0s;
-moz-transition: all 0.7s ease 0s;
-o-transition: all 0.7s ease 0s;
transition: all 0.7s ease 0s;
}
#search-box22 input[type="text"]:focus {
width: 190px;
}
.about-author {
width: 100%;
text-transform: none;
margin-top: 15px;
}
.authorbox {
overflow: hidden;
padding: 0;
width: 100%;
}
.authorbox .authorinfo {
}
.authorbox .authorinfo img {
float: left;
margin: 4px 10px 4px 5px;
border-radius: 100%;
width: 20%;
background: #222;
padding: 5px;
}
.authorbox .authorinfo p {
margin: 0;
padding: 0 5px;
text-align: left;
}
.authorinfo p a {
text-decoration:none;
}
.authorbox h3 {
margin: 0;
display: inline-block;
}
h3.boxtitle {
font-size: 14px;
}
</style>
Note:
- in case you need more space for your widgets, the height of the entire container can be changed by modifying the 230px value from height: 230px;
- To change the background color, change this color value: #272727
- in case you need more space for your widgets, the height of the entire container can be changed by modifying the 230px value from height: 230px;
- To change the background color, change this color value: #272727
Step 5. And finally, we will
place the HTML structure of it - right after the <body>
tag, add this code:
<!-- Start sliding panel --> <div id='slide-top-panel'> <div id='panel'> <div class='content clearfix'> <!-- first section --> <div class='left' style='width:240px !important'> <h4>Welcome to my blog!</h4> <div class='about-author'> <div class='authorbox'> <div class='authorinfo'> <img src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgabiZqWrp5sUw7_l_DgtFmqSQ1Of-3AGoNmpV0xrRSy2-I27B2Saes3FBDB-uoXX3wqmiVvikw3L8Q2Ra6ezHn6gdE3rOtPM-VwxhYx6-f5dq4ZbPkoWzEvr-1Fmyt6L0CUSqCDnKgo8a1/s1600/profile-pic.png'/> <h3 class='boxtitle'>Meet the Author</h3> <p>Ut eleifend tortor aliquet, fringilla nunc non, consectetur magna. Suspendisse potenti.</p> </div> </div> </div> <p align="right" style="margin-top: 10px;">Looking for something?</p> <form method="get" action="/search" id="search-box22"> <input name="q" type="text" size="40" placeholder="Search..." /> </form> </div> <!-- second section --> <div class='left' style='width:320px !important'> <h4>Categories</h4> <div id='sliding-panel'> <ul> <li><a href='Link URL'>Category 1</a></li> <li><a href='Link URL'>Category 2</a></li> <li><a href='Link URL'>Category 3</a></li> <li><a href='Link URL'>Category 4</a></li> <li><a href='Link URL'>Category 5</a></li> <li><a href='Link URL'>Category 6</a></li> <li><a href='Link URL'>Category 7</a></li> </ul> </div> <div id='sliding-panel2'> <ul> <li><a href='Link URL'>Category 1</a></li> <li><a href='Link URL'>Category 2</a></li> <li><a href='Link URL'>Category 3</a></li> <li><a href='Link URL'>Category 4</a></li> <li><a href='Link URL'>Category 5</a></li> <li><a href='Link URL'>Category 6</a></li> <li><a href='Link URL'>Category 7</a></li> </ul> </div> </div> <!-- third section --> <div class='left right' align="center"> <h4>Subscribe to this blog!</h4> <p style="padding:0px 30px;">Receive the latest posts by email. Just enter your email below if you want to subscribe!</p> <form action='http://feedburner.google.com/fb/a/mailverify?uri=Feed-Name' method='post' target='_blank'> <input class='field' name='email' type='text/' value=''/> <input name='uri' type='hidden' value='Feed-Name'/> <input name='lang' type='hidden' value='en_EN'/> <input class='button-register' type='submit' value='Subscribe'/></form> <div align='center' style="clear: both;"> <a href='http://www.facebook.com/username'><img title="Follow on Facebook" src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi0bPhycc858zraUNpJ2WgJPlit5zWrTz-Cz5YZUIggZOlUJ6nUt8mdwAHH0ONbalkQcS9p8f0QPfWqlMTjS7BwYZOZ7q9ghVGlJou0ZnZxoP5n8ZEYVRa8H6cz2uL4z08LGtPIiD3xRhvw/s1600/Facebook.png' style='padding:5px;' width='32'/></a> <a href='http://blog-address.blogspot.com/atom.xml'><img title="RSS Feed" src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjScZ4gLIF-wmdCfgyVogNWhrMT8m7jNiGHH-DTn05mq6VPXvw_EuVFtEX-7c4No4up616UCglr7q7SCAOkPBynfR9_VsjHNUaM2B9Es_5Y97ARyLQjdw5v1SGc5fAVqxZ1zPRXslni05Rz/s1600/RSS.png' style='padding:5px;' width='32'/></a> <a href='https://plus.google.com/username'><img title="Follow on Google" src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjYAoWDOBufF0OFx_pLbqrhv5_3Pd-_GObqMrQdZdOclZ91uHO5ZDHwYESTcK18VheP36mZxt47soBMQQj945Tc4SbKM9K9Dgo0HH0IbTs6jv2bJwki0uE9sESJGXGhFTFSjrP62aHO8RZ2/s1600/Google-plus.png' style='padding:5px;' width='32'/></a> <a href='http://twitter.com/username'><img title="Follow on Twitter" src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEix8XWf6vXCCFgh7-ZbuGg52GXNU2g3eXtfzQU6mPiiebhrYzTM03CQBsYBaGE4iZXP6GkW9-kB-XiRRltYU6xSh45weGPDXdOCT_hmmUrCkKYcGxIw_k-tcS5aj56XliIhIHltLRFY3lJZ/s1600/Twitter.png' style='padding:5px;' width='32'/></a> </div> </div> </div> </div> <div class='tab'> <ul class='login'> <li class='left'/> <li>Hello guest!</li> <li class='sep'>|</li> <li id='toggle'> <a class='open' href='#' id='open'>Open menu</a> <a class='close' href='#' id='close' style='display: none;'>Close menu</a> </li> <li class='right'/> </ul> </div> </div>
Note: if you can't find the <body>
tag, then try to find this one:
<body expr:class='"loading" + data:blog.mobileClass'>
Here we have added the content in the sliding panel which will
be hidden and will show on mouse click. In green are the names of each section
so to make it easier to recognize them.
Note:
- In the first section, you can change the welcome message, "Meet the author" title and add your description by replacing the text in bold. To add your own picture, replace this URL:
Note:
- In the first section, you can change the welcome message, "Meet the author" title and add your description by replacing the text in bold. To add your own picture, replace this URL:
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgabiZqWrp5sUw7_l_DgtFmqSQ1Of-3AGoNmpV0xrRSy2-I27B2Saes3FBDB-uoXX3wqmiVvikw3L8Q2Ra6ezHn6gdE3rOtPM-VwxhYx6-f5dq4ZbPkoWzEvr-1Fmyt6L0CUSqCDnKgo8a1/s1600/profile-pic.png
- In the second section you have the categories -
there add the URLs of your links by replacing the addresses in blue and replace
Category 1, 2, 3... with the titles that you want to appear for the links.
- In the third section is the email subscription - you must have enabled this option in your Feedburner account - just replace the text in blue with the name of your blog's feed. As for the social icons below, change the URLs in blue with your Facebook and Twitte and add the URL of your blog's RSS feed address.
Basically, those are the main sections that can be customized, though, we can take some parts and paste something else instead.
Step 6. Save the template and that's it! Note that this menu works with jQuery, so if you are already using Scriptaculous, Prototype or Mootools, then it will not work.
I hope you'll enjoy this elegant menu with sliding effect, which will look way better
- In the third section is the email subscription - you must have enabled this option in your Feedburner account - just replace the text in blue with the name of your blog's feed. As for the social icons below, change the URLs in blue with your Facebook and Twitte and add the URL of your blog's RSS feed address.
Basically, those are the main sections that can be customized, though, we can take some parts and paste something else instead.
Step 6. Save the template and that's it! Note that this menu works with jQuery, so if you are already using Scriptaculous, Prototype or Mootools, then it will not work.
I hope you'll enjoy this elegant menu with sliding effect, which will look way better


>>>>> Download Now
जवाब देंहटाएं>>>>> Download Full
>>>>> Download LINK
>>>>> Download Now
>>>>> Download Full
>>>>> Download LINK Ac