Showing posts with label Menu Bar. Show all posts
Showing posts with label Menu Bar. Show all posts

21 Dec 2013

ColorFull Toolbar For Blog


1. Log in to blogger account and Click drop down.


2. Now select "Template" Like Below.


3. Now you can see Live on blog, Click EDIT HTML Button"

4. Now click Proceed button.
    
5. Find this tag by using Ctrl+F    ]]></b:skin>

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

CSS CODE

.nhm_topnavigation
{
  background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEinPILa2Ni4bkOhLsFRV4ik2fJl8I8ktO4hyEmxEebqVfZDU4UY7o6zczQTV2-CGRQhi7IF7_78lVXlThOvniOWn_ZbZ992d5aizxKqWOijY9P5JiLBmFjY-TyoSA41oIuJO0wuv26rn7c/s1600/top-nav-bg.gif") repeat-x scroll 0 0 #0D1013;

  display: block;

  height: 38px;

  width: 936px;
}

.nhm_topnavigation ul {
  background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEinPILa2Ni4bkOhLsFRV4ik2fJl8I8ktO4hyEmxEebqVfZDU4UY7o6zczQTV2-CGRQhi7IF7_78lVXlThOvniOWn_ZbZ992d5aizxKqWOijY9P5JiLBmFjY-TyoSA41oIuJO0wuv26rn7c/s1600/top-nav-bg.gif") repeat-x scroll 0 0 #0D1013;

  display: block;

  height: 38px;

  list-style: none outside none;
}
.nhm_topnavigation ul li
{
  float: left;
}
.nhm_topnavigation ul li a
{

  background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiuXT3LOTKtzLN0DR5A6697XZNMO67JuC9JQCZaHQ-KsCgDmPtefdwb4lh3GDKWQfXzyJFSsnxNzfU9SfBJCbJVIv-SSyVUEL-rnqB86Cla4EuL3vZk3gHEs8CQaeh7hdhfPvKJj-l4woE/s1600/top-nav-seprator.gif") no-repeat scroll 0 5px rgba(0, 0, 0, 0);

  color: #FFFFFF;

  display: block;

  float: left;

  font: 700 12px 'Roboto',sans-serif;

  height: 26px;

  padding: 9px 14px 0;
}
.nhm_topnavigation_wrap
{

  float: left;
}
.nhm_topnavigation .home
{

  border-top: 3px solid #009BFF;
}
.nhm_topnavigation .home img
{

  margin-top: -3px;
}

.nhm_topnavigation .home:hover
{

  background: none repeat scroll 0 0 #009BFF;
}

.nhm_topnavigation .home_active
{

  border-bottom: 3px solid #009BFF;
}

.nhm_topnavigation .home_active .home
{

  background: none repeat scroll 0 0 #009BFF;
}
.nhm_topnavigation .livetv
{
  border-top: 3px solid #9A0000;
}
.nhm_topnavigation .livetv:hover
{

  background: none repeat scroll 0 0 #9A0000;
}

.nhm_topnavigation .livetv_active
{

  border-bottom: 3px solid #9A0000;
}
.nhm_topnavigation .livetv_active .livetv {
  background: none repeat scroll 0 0 #9A0000;
}
.nhm_topnavigation .video_new {
  border-top: 3px solid #FE9A2E;
}
.nhm_topnavigation .video_new:hover {
  background: none repeat scroll 0 0 #FE9A2E;
}
.nhm_topnavigation .video_new_active {
  border-bottom: 3px solid #FE9A2E;
}
.nhm_topnavigation .video_new_active .video_new {
  background: none repeat scroll 0 0 #FE9A2E;
}
.nhm_topnavigation .allindia {
  border-top: 3px solid #FA5F00;
}
.nhm_topnavigation .allindia:hover {
  background: none repeat scroll 0 0 #FA5F00;
}
.nhm_topnavigation .allindia_active {
  border-bottom: 3px solid #FA5F00;
}
.nhm_topnavigation .allindia_active .allindia {
  background: none repeat scroll 0 0 #FA5F00;
}
.nhm_topnavigation .cities {
  border-top: 3px solid #BA4A1D;
}
.nhm_topnavigation .cities:hover {
  background: none repeat scroll 0 0 #BA4A1D;
}
.nhm_topnavigation .cities_active {
  border-bottom: 3px solid #BA4A1D;
}
.nhm_topnavigation .cities_active .cities {
  background: none repeat scroll 0 0 #BA4A1D;
}
.nhm_topnavigation .world {
  border-top: 3px solid #3366CC;
}
.nhm_topnavigation .world:hover {
  background: none repeat scroll 0 0 #3366CC;
}
.nhm_topnavigation .world_active {
  border-bottom: 3px solid #3366CC;
}
.nhm_topnavigation .world_active .world {
  background: none repeat scroll 0 0 #3366CC;
}
.nhm_topnavigation .sports {
  border-top: 3px solid #00A53C;
}
.nhm_topnavigation .sports:hover {
  background: none repeat scroll 0 0 #00A53C;
}
.nhm_topnavigation .sports_active {
  border-bottom: 3px solid #00A53C;
}
.nhm_topnavigation .sports_active .sports {
  background: none repeat scroll 0 0 #00A53C;
}
.nhm_topnavigation .trends {
  border-top: 3px solid #CC3333;
}
.nhm_topnavigation .trends:hover {
  background: none repeat scroll 0 0 #CC3333;
}
.nhm_topnavigation .trends_active {
  border-bottom: 3px solid #CC3333;
}
.nhm_topnavigation .trends_active .trends {
  background: none repeat scroll 0 0 #CC3333;
}
.nhm_topnavigation .blog {
  border-top: 3px solid #CC66CC;
}
.nhm_topnavigation .blog:hover {
  background: none repeat scroll 0 0 #CC66CC;
}
.nhm_topnavigation .blog_active {
  border-bottom: 3px solid #CC66CC;
}
.nhm_topnavigation .blog_active .blog {
  background: none repeat scroll 0 0 #CC66CC;
}
.nhm_topnavigation .photos {
  border-top: 3px solid #9600B4;
}
.nhm_topnavigation .photos:hover {
  background: none repeat scroll 0 0 #9600B4;
}
.nhm_topnavigation .photos_active {
  border-bottom: 3px solid #9600B4;
}
.nhm_topnavigation .photos_active .photos {
  background: none repeat scroll 0 0 #9600B4;
}
.nhm_topnavigation .assembly {
  border-top: 3px solid #33CC99;
}
.nhm_topnavigation .assembly:hover {
  background: none repeat scroll 0 0 #33CC99;
}
.nhm_topnavigation .assembly_active {
  border-bottom: 3px solid #33CC99;
}
.nhm_topnavigation .assembly_active .assembly {
  background: none repeat scroll 0 0 #33CC99;
}
.nhm_topnavigation .people {
  border-top: 3px solid #62B0C2;
}
.nhm_topnavigation .people:hover {
  background: none repeat scroll 0 0 #62B0C2;
}
.nhm_topnavigation .people_active {
  border-bottom: 3px solid #62B0C2;
}
.nhm_topnavigation .people_active .people {
  background: none repeat scroll 0 0 #62B0C2;
}
.nhm_topnavigation .more {
  border-top: 3px solid #666666;
}
.nhm_topnavigation .more img {
  margin: 7px 3px;
}
.nhm_topnavigation .more:hover {
  background: none repeat scroll 0 0 #666666;
}
.nhm_topnavigation .more_active {
  border-bottom: 3px solid #666666;
}
.nhm_topnavigation .more_active .more {
  background: none repeat scroll 0 0 #666666;
}

.subnav {
  background: none repeat scroll 0 0 #666666;
  float: left;
  position: relative;
  width: 100%;
}
.subnav ul {
  margin: 0;
  padding: 0;
}
.subnav ul li {
  border-left: 1px solid #404040;
  border-right: 1px solid #7E7E7E;
  display: inline-block;
  margin: 6px 0;
  padding: 2px 17px;
  position: relative;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.subnav ul li:first-child {
  border-left: medium none;
}
.subnav ul li.last {
  border-right: medium none;
}
.subnav ul li a {
  color: #FFFFFF;
}
7. Go to blogger and click Layout 

8. Click Add Gadget and select 'HTML/Javascript

9. Paste below code

HTML CODE


<div class="nhm_topnavigation">
<div class="nhm_topnavigation_wrap">
<ul class="home_active">
<li>
<a class="home" href="#">
<img height="23" width="26" border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEixwo0_BmOyYPXX8yKVH1gz36CE-CRYqM0-7C0gu3GJGzefRrIxHC6BDDEKZaXS66tDtvmMoNUjInD0KX8IulpR9qpHEi_KK5m17e3oiTEfa-wpNZP21AUMXHjusHyUd8FsVnJ3JDoOo9c/s1600/home-icon.png" alt="" title="">
</a>
</li>
<li><a class="livetv" href="#">LIVE TV</a></li>
<li><a class="video_new" href="#">VIDEO</a></li>
<li><a class="allindia" href="#">INDIA</a></li>
<li><a class="assembly" href="#">ELECTIONS</a></li>
<li><a class="cities" href="#">CITIES</a></li>
<li><a class="world" href="#">WORLD</a></li>
<li><a class="sports" href="#">SPORTS</a></li>
<li><a class="photos" href="#">PHOTOS</a></li>
<li><a class="trends" href="#">TRENDS</a></li>
<li><a class="people" href="#">PEOPLE</a></li>
<li><a class="blog" href="#">BLOG</a></li>
<li><a class="more" id="" href="">
<img height="7" width="27" border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgEO5Gcyc1qJ2uPhyfewVL0sO8xk9LqQ7TIEMc3mOkQ9nvi8GPwRs-4kljT7rYGi0XJwWmr9AirO190AmGDRoOlXl-xnGwfPCJSlXE3dIe6F44LZGnvXXCdFCRwtuX9cUa5m-ssWDzcc0o/s1600/more-icon.png">
</a>
</li>
</ul>
</div>
</div>


Save this Image For Your Back UP:If Image Host down ,Upload this image in any image host Website And Then replace the link in Above Code





2 Mar 2013

Cool CSS3 navigation menu


W
e all try to be very creative when it comes to designing a website navigation. It’s a sure thing: a good looking navigation menu can really enhance your website.
I wrote before about how to create different menus and today you’ll learn how to create another stylish CSS3 navigation menu.









1. Log in to blogger account and Click drop down.




2. Now select "Template" Like Below.



3. Now you can see Live on blog, Click EDIT HTML Button"

4. Now click Proceed button.
   
5. Find this tag by using Ctrl+F    ]]></b:skin>

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

nav  {
display
: block;
width
: 100%;
overflow
: hidden;
}

nav ul
{
margin
: 80px 0 20px 0;
padding
: .7em;
float: left;
list
-style: none;
background
: #444;
background
: rgba(0,0,0,.2);
-moz-border-radius: .5em;
-webkit-border-radius: .5em;
border
-radius: .5em;
-moz-box-shadow: 0 1px 0 rgba(255,255,255,.2), 0 2px 1px rgba(0,0,0,.8) inset;
-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.2), 0 2px 1px rgba(0,0,0,.8) inset;
box
-shadow: 0 1px 0 rgba(255,255,255,.2), 0 2px 1px rgba(0,0,0,.8) inset;
}

nav li
{
float:left;
}

nav a
{
float:left;
padding
: .8em 1.5em;
text
-decoration: none;
color
: #555;
text
-shadow: 0 1px 0 rgba(255,255,255,.5);
font
: bold 1.1em/1 'trebuchet MS', Arial, Helvetica;
letter
-spacing: 1px;
text
-transform: uppercase;
border
-width: 1px;
border
-style: solid;
border
-color: #fff #ccc #999 #eee;
background
: #c1c1c1;
background
: -moz-linear-gradient(#f5f5f5, #c1c1c1);
background
: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#c1c1c1));
background
: -webkit-linear-gradient(#f5f5f5, #c1c1c1);
background
: -o-linear-gradient(#f5f5f5, #c1c1c1);
background
: -ms-linear-gradient(#f5f5f5, #c1c1c1);
background
: linear-gradient(#f5f5f5, #c1c1c1);
}

nav a
:hover, nav a:focus {
outline
: 0;
color
: #fff;
text
-shadow: 0 1px 0 rgba(0,0,0,.2);
background
: #fac754;
background
: -moz-linear-gradient(#fac754, #f8ac00);
background
: -webkit-gradient(linear, left top, left bottom, from(#fac754), to(#f8ac00));
background
: -webkit-linear-gradient(#fac754, #f8ac00);
background
: -o-linear-gradient(#fac754, #f8ac00);
background
: -ms-linear-gradient(#fac754, #f8ac00);
background
: linear-gradient(#fac754, #f8ac00);
}

nav a
:active {
-moz-box-shadow: 0 0 2px 2px rgba(0,0,0,.3) inset;
-webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.3) inset;
box
-shadow: 0 0 2px 2px rgba(0,0,0,.3) inset;
}

nav li
:first-child a {
border
-left: 0;
-moz-border-radius: 4px 0 0 4px;
-webkit-border-radius: 4px 0 0 4px;
border
-radius: 4px 0 0 4px;
}

nav li
:last-child a {
border
-right: 0;
-moz-border-radius: 0 4px 4px 0;
-webkit-border-radius: 0 4px 4px 0;
border
-radius: 0 4px 4px 0;
}

7. Go to blogger and click Layout

8. Click Add Gadget and select 'HTML/Javascript

9. Paste below code

<nav>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Categories</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Portfolio</a></li>
<li><a href="#">Contact</a></li>
</ul>
</nav>

Replace # with your link

10. Now save your HTML/Javascript'.

    You are done... 
 

26 Feb 2013

Ribbon Hover Effect Menu Bar

T
oday im   gonna explain how to  add modern ribbon menu  bar  for blogger.  Few  weeks  ago i  published another Ribbon  menu  style. but this is different with hover  style. Hope you  will like it.Im using Css3 and HTML, Just check out demo.











1. Log in to blogger account and Click drop down.




2. Now select "Template" Like Below.



3. Now you can see Live on blog, Click EDIT HTML Button"

4. Now click Proceed button.
   
5. Find this tag by using Ctrl+F    ]]></b:skin>

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

.ribbon span {
    background:#A81B6A;
    display:inline-block;
    line-height:3em;
    padding:0 1em;
    margin-top:0.5em;
    position:relative;
      -webkit-transition: background-color 0.2s, margin-top 0.2s;  /* Saf3.2+, Chrome */
    -moz-transition: background-color 0.2s, margin-top 0.2s;  /* FF4+ */
    -ms-transition: background-color 0.2s, margin-top 0.2s;  /* IE10 */
    -o-transition: background-color 0.2s, margin-top 0.2s;  /* Opera 10.5+ */
    transition: background-color 0.2s, margin-top 0.2s;
}
.ribbon a:hover span {
    background:#FFD204;
    margin-top:0;
  
}
.ribbon span:before {
    content: "";
    position:absolute;
    top:3em;
    left:0;
    border-right:0.5em solid #9B8651;
    border-bottom:0.5em solid #fff;
}

.ribbon span:after {
    content: "";
    position:absolute;
    top:3em;
    right:0;
    border-left:0.5em solid #9B8651;
    border-bottom:0.5em solid #fff;
}
.ribbon a:link, .ribbon a:visited {
    color:#000;
    text-decoration:none;
    float:left;
    height:3.5em;
    overflow:hidden;
}
.ribbon:after, .ribbon:before {
    margin-top:0.5em;
    content: "";
    float:left;
   border: 1.5em solid #A81B6A;
}
.ribbon:after {
    border-right-color:transparent;
}

.ribbon:before {
    border-left-color:transparent;
}

7. Go to blogger and click Layout

8. Click Add Gadget and select 'HTML/Javascript

9. Paste below code.

<div class='ribbon'>
    <a href='#'><span>Home</span></a>
    <a href='#'><span>Download</span></a>
    <a href='#'><span>Css3</span></a>
    <a href='#'><span>HTML</span></a>
    <a href='#'><span>MySQL</span></a>
    <a href='#'><span>Services</span></a>
    <a href='#'><span>Contact</span></a>
</div>

24 Feb 2013

Add Animated Fancy Navigation Menu with Jquery to Blogger / Blogspot

A
nimated Fancy Navigation Menu with Jquery for Blogger. Every One has trying to add a beautiful menu with animation effect by jquery to their Blogger Blogs. But it has very difficult to add a menu to blogger blogs









How to Install?

  • Go to Blogger Dashboard > Design tab.
  • Click on Add a Gadget any where in your Layout.
  • Choose LinkList Gadget and Leave Title Field as Blank
  • Try to Add Some Links and Save Gadget 

  • Edit LinkList Widget Once again, And Copy Widget ID From URL like in Image  
 Make Sure the ID may Exact to match in the URL even a Block Letters(Capital Letters) Also for Perfect Working of This Widget! 

 Here is LinkList1 is the widget ID in this URL , if its LinkList1 leave it as its....

or

But If its LinkList2 Replace  that ID in Code ......also .........


  1. Log in to blogger account and Click drop down.



 2.Now select "Template" Like Below.



3. Now you can see Live on blog, Click EDIT HTML Button"

4. Now click Proceed button.
   
5. Find this tag by using Ctrl+F    ]]></b:skin>

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

The widget  ID is  LinkList2 Replace  that ID in Code also


 #Linklist1 h2{display:none}
    #Linklist1 ul{background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi9kaL9cSiwSasmod6GyY_WAnDl1-9I4JNAZ9nKrLi-uiyYVaDTkb9on0uB3-kg1noaAPTUn-56PcowdRQ2CFj2wkQTLyr4J7BH_UAVPx1xW10FKb_NTKRO8y06b_MZsqe48YGR1uLibIpu/s1600/way2blogging-fancymenubg.gif") repeat-x scroll 0 0 transparent;width: 100%;margin: 0;padding: 0;list-style: none;float: left;font-size: 1.1em;}
    #Linklist1 ul li{margin: 0;padding: 0;overflow: hidden;float: left;height:40px;}
    #Linklist1 ul li a, #Linklist1 ul li span { padding: 10px 20px;float:left;text-decoration:none;color: #fff;background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi9kaL9cSiwSasmod6GyY_WAnDl1-9I4JNAZ9nKrLi-uiyYVaDTkb9on0uB3-kg1noaAPTUn-56PcowdRQ2CFj2wkQTLyr4J7BH_UAVPx1xW10FKb_NTKRO8y06b_MZsqe48YGR1uLibIpu/) repeat-x;text-transform: uppercase;clear: both;width: 100%;height: 20px;line-height: 20px;}
    #Linklist1 ul li a{ color: #555;background-position: left bottom;}
    #Linklist1 ul li span{ background-position: left top;}

7. Find this tag by using Ctrl+F    /head

8.Paste below code Before  /head

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js"></script>
<script type="text/javascript">
    //<![CDATA[
    $(document).ready(function () {
    $("#Linklist1 ul li").prepend("<span></span>");
    $("#Linklist1 ul li").each(function () {
        var linkText = $(this).find("a").html();
        $(this).find("span").show().html(linkText)
    });
    $("#Linklist1 ul li").hover(function () {
        $(this).find("span").stop().animate({
        marginTop: "-40"
        }, 250)
    }, function () {
        $(this).find("span").stop().animate({
        marginTop: "0"
        }, 250)
    })
    });
    //]]>
</script> 

9.Save your template, You are Done!.

5 Feb 2013

Attractive Css3 Sleek Menu Bar For Blogger


Today, im gonna  explain about nice Css3 menubar and how to add it to  your blogger. Im  already provided lot of menu bar tutorials.This is also  awesome menu  with Css3 with  HTML.Actually  its just like a jquery  effect. However  we  can  make  lot of  effects   by  using Css3.Check the demo link for example.lets go for the tutorial.You can  get my  all  menubar here


1. Log in to blogger account and Click drop down.


2. Now select "Template" Like Below.



3. Now you can see Live on blog, Click EDIT HTML Button"

4. Now click Proceed button.
   
5. Find this tag by using Ctrl+F    ]]></b:skin>

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

/* The CSS Code for the menu starts here  */
#container1 {
width: 960px;
margin: 0 auto;}
.menu33{height:40px;border-right:1px solid rgba(255,255,255,0.3);float:left;}a{text-decoration:none;color:#FFFFFF;text-transform:uppercase;font-size:15px;font-weight:bold;}ul{margin:0;padding:10px 10px ;}
a:link {color:#ffffff;}
a:hover {color:#ffffff;text-decoration: none;}
a:visited {color: #FFFDFD;text-decoration: none;}
ul.menu33 li{list-style:none;float:left;height:40px;text-align:center;background:-webkit-gradient(radial,50% 100%,10,50% 50%,90,from(rgba(31,169,244,1)),to(rgba(0,28,78,1)));background:-moz-radial-gradient(center 80px 45deg,circle cover,rgba(31,169,244,1) 0%,rgba(0,28,78,1) 100%);}
ul li a{display:block;padding:0 20px;border-left:1px solid rgba(255,255,255,0.1);border-right:1px solid rgba(0,0,0,0.1);text-align:center;line-height:40px;background:-webkit-gradient(linear,left top,left bottom,from(rgb(168,168,168)),to(rgb(69,69,69)));background:-moz-linear-gradient(top,rgb(168,168,168),rgb(69,69,69));-webkit-transition-property:background;-webkit-transition-duration:700ms;-moz-transition-property:background;-moz-transition-duration:700ms;}
ul li a:hover{background:transparent none;}
ul[rel=sam1] li a{background:#606060;}
ul[rel=sam1] li a:hover{background:transparent none;}
ul li.active a{background:-webkit-gradient(radial,50% 100%,10,50% 50%,90,from(rgba(31,169,244,1)),to(rgba(0,28,78,1)));background:-moz-radial-gradient(center 80px 45deg,circle cover,rgba(31,169,244,1) 0%,rgba(0,28,78,1) 100%);}

7. Go to blogger and click Layout

8. Click Add Gadget and select 'HTML/Javascript

9. Paste below code.

<div id="container1">
<ul class="menu33" rel="sam1">
<li class="active"><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Support</a></li>
<li><a href="#">Sales</a></li>
<li><a href="#">Contacts</a></li>
</ul>
</div>

Replace # with your links.

10. Now save your HTML/Javascript'.

    You are done.

Modern Ribbon Style Navigation Bar For Blogger

We can do more thing by using Css3. This is also another cool work by using Css3.Actually Its easy to create Ribbon navigation bar with Using Css3 Just look at the code, you will figure out,How it work.I added demo page for those who want to  check it before add to your blog. You can get my
all menubar here








1. Log in to blogger account and Click drop down.


2. Now select "Template" Like Below.



3. Now you can see Live on blog, Click EDIT HTML Button"

4. Now click Proceed button.
   
5. Find this tag by using Ctrl+F    ]]></b:skin>

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


/* The CSS Code for the menu starts here  */

#navigation_container {
 margin: 0 auto;
 width: 900px;
}
#navigation2 li {
        list-style: none;
        display: block;
        float: left;
  margin: 1em 0.8em;
}
#navigation2 li a {
        text-shadow: 0 2px 1px rgba(0,0,0,0.5);
        display: block;
        text-decoration: none;
        color: #f0f0f0;
        font-size: 1.6em;
        margin: 0;
        line-height: 28px;
}
#navigation2 li.active a:hover,
#navigation2 li a:hover {
        margin-top: 2px;
}

#navigation2 li.active {
        font-style: italic;
}
#navigation2 li.active a {
}
.rectangle {
   background: #e5592e;
   height: 62px;
   position: relative;
   -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
   -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
   box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
  
   -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
 border-radius: 2px;

   z-index: 500; /* the stack order: foreground */
   margin: 3em 0;
}
.l-triangle-top {
   border-color: #d9542b transparent transparent;
   border-style:solid;
   border-width:50px;
   height:0px;
   width:0px;
   position: relative;
   float: left;
   top: -5px;
   left: -50px;
}

.l-triangle-bottom {
   border-color: transparent transparent #d9542b;
   border-style:solid;
   border-width:50px;
   height:0px;
   width:0px;
   position: relative;
   float: left;
   top: -45px;
   left: -150px;
}
.r-triangle-top {
   border-color: #d9542b transparent transparent;
   border-style:solid;
   border-width:50px;
   height:0px;
   width:0px;
   position: relative;
        float: right;
        right: -45px;
        top: -107px;
}
.r-triangle-bottom {
   border-color: transparent transparent #d9542b;
   border-style:solid;
   border-width:50px;
   height:0px;
   width:0px;
   position: relative;
        float: right;
        top: -149px;
        right: -145px;
}



7. Go to blogger and click Layout

8. Click Add Gadget and select 'HTML/Javascript

9. Paste below code.


<!-- the navigation links -->
   
  <ul id="navigation2">
       <li><a href="#"> Home</a></li>
       <li><a href="#"> About</a></li>
       <li><a href="#"> Downloads</a></li>
       <li><a href="#"> Contact</a></li>
       <li><a href="#"> Services</a></li>
     </ul>
  
<!-- end the ribbon body -->
   </div>
  
<!-- the right side of the fork effect -->
   <div class="r-triangle-top"></div>
   <div class="r-triangle-bottom"></div>

<!-- end container -->
</div>

Replace # with your links.

10. Now save your HTML/Javascript'.

    You are done...

Css3 Smooth Slideout Menu Bar For Blogger

In this tutorial im gonna  explain how  to  add  Css3 slide-out menu ba r for  your blog. This   is  also act  like jquery menu  bar. This  menu  will  useful  who try to add  more  pages  for your blog.Im using Css3 and HTML for creating this widget.You can  get my all  menu bar here



1. Log in to blogger account and Click drop down.


2. Now select "Template" Like Below.



3. Now you can see Live on blog, Click EDIT HTML Button"

4. Now click Proceed button.
   
5. Find this tag by using Ctrl+F    ]]></b:skin>

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



/* The CSS Code for the menu starts here*/

ul.nav8 {
    list-style:none;
    height:120px;
    margin:0;
    padding:0;
}

ul.nav8 table {
    border-collapse:collapse;
    width:0;
    height:0;
    margin:-1px 0 -5px -1px;
}

ul.nav8 > li {
    float:right;
    height:120px;
    width:40px;
    position:relative;
    overflow:hidden;
    -webkit-transition-duration:.5s;
    -moz-transition-duration:.5s;
    -o-transition-duration:.5s;
}

* html ul.nav8 > li {
    width:auto;
}

ul.nav8 > li a.ie6 {
    float:left;
    height:120px;
    width:39px;
    position:relative;
    overflow:hidden;
}

ul.sub {
    list-style:none;
    height:120px;
    width:600px;
    background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEicABFREo09KpvSor2Q8jyxjBWqB4yJ7KEchq6jzdLO9t0ZuzygxjPxnNtyHkiULP_xo_bcyvn0TwCzQbMW0VKmMjDLRu9mdt8nQw1xUjhsxb2KUIcLmJ05NI8idFOp6KhcsVdFiHRHDho/s1600/panel.png) no-repeat right top;
    position:absolute;
    left:0;
    top:0;
    margin:0;
    padding:0;
}

ul.sub li {
    float:left;
}

ul.sub li:first-child {
    margin-left:45px;
}

ul.sub li a {
    display:block;
    width:110px;
    height:120px;
    float:left;
    overflow:hidden;
    position:relative;
    text-decoration:none;
    color:#000;
}

ul.sub li a b {
    font-size:14px;
    display:block;
    padding:15px 15px 5px;
}
ul.sub li a b:hover {
    font-size:16px;
    color:#FF0000;
    display:block;
    padding:15px 15px 5px;
}
ul.sub li a p {
    font-size:12px;
    display:block;
    margin:0;
    padding:0 10px;
}

ul.sub li a p:hover {
    font-size:13px;
    display:block;
    margin:0;
    padding:0 10px;
}

ul.nav8 > li:hover {
    width:600px;
}

ul.nav8 > li a.ie6:hover {
    direction:ltr;
    width:600px;
}

ul.sub li a:hover i {
    opacity:1.0;
}

7. Go to blogger and click Layout

8. Click Add Gadget and select 'HTML/Javascript

9. Paste below code.

<ul class="nav8">
        <li>
        <!--[if lte IE 6]><a class="ie6" href="#url"><table><tr><td><![endif]-->
            <ul class="sub">
                <li><a href="#"><b>Home</b><p>custom description here</p><i></i></a></li>
                <li><a href="#"><b>Tutorials</b><p>custom description here</p><i></i></a></li>
                <li><a href="#"><b>Support</b><p>custom description here</p><i></i></a></li>
                <li><a href="#"><b>About</b><p>custom description here</p><i></i></a></li>
                <li><a href="#"><b>Back</b><p>custom description here</p><i></i></a></li>
            </ul>
        <!--[if lte IE 6]></td></tr></table></a><![endif]-->
        </li>
    </ul>

Replace # with your links.

10. Now save your HTML/Javascript'.

    You are done...

Vertical Hover Effect Css3 Menu Bar For Blogger

In this tutorial im gonna explain how to add vertical hover effect Css3 menu bar for your blog. You can  change your color as your like. Im using juts Css3  and HTML for these menu bar. In this tutorial You can get my all menu bar here


 1. Log in to blogger account and Click drop down.

blog-post-option
2. Now select "Template" Like Below.

Select-template

3. Now you can see Live on blog, Click EDIT HTML Button"

4. Now click Proceed button.
   
5. Find this tag by using Ctrl+F    ]]></b:skin>

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

/* The CSS Code for the menu starts here bloggertrix.com */

ul li {
background:#000;
list-style: none;
height: 44px;
float:left;
padding:10px 5px;
}
ul li a {
width: 175px;
height: 40px;
line-height: 53px;
border-bottom: 4px solid #636393;
padding:0px;
color: #fff;
font-size:18px;
font-weight:lighter;
text-align:center;
text-decoration: none;
display: block;
-webkit-transition: .2s all linear;
-moz-transition: .2s all linear;
-o-transition: .2s all linear;
transition: .2s all linear;
}
li:nth-child(1) a {
border-color: #636393;
}
li:nth-child(2) a {
border-color: #B5222D;
}
li:nth-child(3) a {
border-color: #D4953C;
}
li:nth-child(4) a {
border-color: #609491;
}
li:nth-child(5) a {
border-color: #87A248;
}
li:nth-child(1) a:hover {
border-bottom: 35px solid #636393;
height: 9px;
}
li:nth-child(2) a:hover {
border-bottom: 35px solid #B5222D;
height: 9px;
}
li:nth-child(3) a:hover {
border-bottom: 35px solid #D4953C;
height: 9px;
}
li:nth-child(4) a:hover {
border-bottom: 35px solid #609491;
height: 9px;
}
li:nth-child(5) a:hover {
border-bottom: 35px solid #87A248;
height: 9px;
}

7. Go to blogger and click Layout

8. Click Add Gadget and select 'HTML/Javascript

9. Paste below code.

<ul id="nav">
 <li class="home"><a href="#">Home</a></li>
 <li class="tutorials"><a href="#">Tutorials</a></li>
 <li class="about"><a href="#">Coding</a></li>
 <li class="news"><a href="#">WordPress</a></li>
 <li class="contact"><a href="#">Contact</a></li>
</ul>

Replace # with your links.

10. Now save your HTML/Javascript'.

    You are done...
Related Posts Plugin for WordPress, Blogger...

Subscribe Updates, Its FREE!