How to add Jquery slide out menu to blogger ! Great
Follow simple and easy step to adding this menu to blogger---->>>> * First go to your blogger Dashboard.
* Now click in design tab and edit HTML.
* Click in small box to expand your blogger template.
* Now find this code </head> by CTRL+F key.
* Copy below code and paste before </head>
* Copy below code and paste before ]]</b:skin>
* Now, go to Page Elements --> Add Gadget, choose "HTML/Java Script"
* 7. Then, add the code below
* Now click in design tab and edit HTML.
* Click in small box to expand your blogger template.
* Now find this code </head> by CTRL+F key.
* Copy below code and paste before </head>
<script src='http://blogger9.googlecode.com/files/qjquery-1.3.2.js' type='text/javascript'/> <script type='text/javascript'> $(document).ready(function(){ $(".trigger").click(function(){ $(".panel").toggle("fast"); $(this).toggleClass("active"); return false; }); }); </script>* Now again find this code ]]</b:skin> by CTRL+F key .
* Copy below code and paste before ]]</b:skin>
#container { clear: both; margin: 0; padding: 0; } #container a{ float: right; background: #9FC54E; border: 1px solid #9FC54E; -moz-border-radius-topright: 20px; -webkit-border-top-right-radius: 20px; -moz-border-radius-bottomleft: 20px; -webkit-border-bottom-left-radius: 20px; text-decoration: none; font-size: 16px; letter-spacing:-1px; font-family: verdana, helvetica, arial, sans-serif; color:#fff; padding: 20px; font-weight: 700; } #container a:hover{ float: right; background: #a0a0a0; border: 1px solid #cccccc; -moz-border-radius-topright: 20px; -webkit-border-top-right-radius: 20px; -moz-border-radius-bottomleft: 20px; -webkit-border-bottom-left-radius: 20px; text-decoration: none; font-size: 16px; letter-spacing:-1px; font-family: verdana, helvetica, arial, sans-serif; color:#fff; padding: 20px; font-weight: 700; } .content { font-style:normal; font-family:helvetica, arial, verdana, sans-serif; color:#ffffff; background:#333333; border:1px solid #444444; -moz-border-radius-topright: 20px; -webkit-border-top-right-radius: 20px; -moz-border-radius-bottomleft: 20px; -webkit-border-bottom-left-radius: 20px; margin: 30px 0 50px; padding: 15px 0; } .content p { margin: 10px 0; padding: 15px 20px; } .panel { position: absolute; top: 250px; left: 0; display: none; background: #000000; border:1px solid #111111; -moz-border-radius-topright: 20px; -webkit-border-top-right-radius: 20px; -moz-border-radius-bottomright: 20px; -webkit-border-bottom-right-radius: 20px; width: 330px; height: auto; padding: 30px 30px 30px 130px; filter: alpha(opacity=85); opacity: .85; } .panel p{ margin: 0 0 15px 0; padding: 0; color: #cccccc; } .panel a, .panel a:visited{ margin: 0; padding: 0; color: #9FC54E; text-decoration: none; border-bottom: 1px solid #9FC54E; } .panel a:hover, .panel a:visited:hover{ margin: 0; padding: 0; color: #ffffff; text-decoration: none; border-bottom: 1px solid #ffffff; } a.trigger{ position: absolute; text-decoration: none; top: 250px; left: 0; font-size: 16px; letter-spacing:-1px; font-family: verdana, helvetica, arial, sans-serif; color:#fff; padding: 20px 40px 20px 15px; font-weight: 700; background:#333333 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhaGcm6_PF3hGkMwZwTMMPR1cLDgzytgGNA6zJgtcN7nAavHcJVT785cvQ3w9ouim-O88rcmCJCxb-MiFB3TxUmCsA6PDmyxBats9MvwyHsEDFP4lMWgXmxFc_pKYEH2JTKb5C7-i-0Lk4/s320/plus.png) 85% 55% no-repeat; border:1px solid #444444; -moz-border-radius-topright: 20px; -webkit-border-top-right-radius: 20px; -moz-border-radius-bottomright: 20px; -webkit-border-bottom-right-radius: 20px; -moz-border-radius-bottomleft: 0px; -webkit-border-bottom-left-radius: 0px; display: block; } a.trigger:hover{ position: absolute; text-decoration: none; top: 250px; left: 0; font-size: 16px; letter-spacing:-1px; font-family: verdana, helvetica, arial, sans-serif; color:#fff; padding: 20px 40px 20px 20px; font-weight: 700; background:#222222 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhaGcm6_PF3hGkMwZwTMMPR1cLDgzytgGNA6zJgtcN7nAavHcJVT785cvQ3w9ouim-O88rcmCJCxb-MiFB3TxUmCsA6PDmyxBats9MvwyHsEDFP4lMWgXmxFc_pKYEH2JTKb5C7-i-0Lk4/s320/plus.png) 85% 55% no-repeat; border:1px solid #444444; -moz-border-radius-topright: 20px; -webkit-border-top-right-radius: 20px; -moz-border-radius-bottomright: 20px; -webkit-border-bottom-right-radius: 20px; -moz-border-radius-bottomleft: 0px; -webkit-border-bottom-left-radius: 0px; display: block; } a.active.trigger { background:#222222 url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEik5fLF2nt41jl2G_gC60P4vx9fujtjCyTcAW8OsYbHJu_c2Zd4LOiq6Anp0YgBeWbcFCSqOsCobNSNum74kyC4z7lTQ3BnfdbZY5WGoGm3p6UBPDI9YCJ8jho0P2NFWuX0CvRNKML5jR4/s320/minus.png) 85% 55% no-repeat; } .columns{ clear: both; width: 330px; padding: 0 0 20px 0; line-height: 22px; } .colleft{ float: left; width: 130px; line-height: 22px; } .colright{ float: right; width: 130px; line-height: 22px; } ul{ padding: 0; margin: 0; list-style-type: none; } ul li{ padding: 0; margin: 0; list-style-type: none; }* Now click to save your blogger template.
* Now, go to Page Elements --> Add Gadget, choose "HTML/Java Script"
* 7. Then, add the code below
<div class="columns"> <div class="colleft"> <h3>ADD HERE TITLE1</h3> <ul> <li><a href="ADD HERE URL1" title=" FBT1">ADD HERE TITLE</a></li> <li><a href="ADD HERE URL2" title=" FBT2">ADD HERE TITLE</a></li> <li><a href="ADD HERE URL3" title=" FBT3">ADD HERE TITLE</a></li> <li><a href="ADD HERE URL4" title=" FBT4">ADD HERE TITLE</a></li> <li><a href="ADD HERE URL5" title=" FBT5">ADD HERE TITLE</a></li> </ul> </div> <div class="colright"> <h3>ADD TITLE2 HERE</h3> <ul> <li><a href="ADD HERE URL1" title=" FBT1">ADD HERE TITLE</a></li> <li><a href="ADD HERE URL2" title=" FBT2">ADD HERE TITLE</a></li> <li><a href="ADD HERE URL3" title=" FBT3">ADD HERE TITLE</a></li> <li><a href="ADD HERE URL4" title=" FBT4">ADD HERE TITLE</a></li> <li><a href="ADD HERE URL5" title=" FBT5">ADD HERE TITLE</a></li> </ul> </div> </div> <div style="clear:both;"></div> </div> <a class="trigger" href="http://www.blogger9.com">Find More!</* Now click to save your blogger template and you are done .
No comments:
Post a Comment