Sunday, June 30, 2013

Css3 Thin Style Navigation Bar for Blogger


In this  tutorial im gonna explain how to add Thin  Lite  style  Css3  Navigation Bar to  blogger. This Lite style navigation bar work fine with every modern internet  browsers. You can link with your   main pages by  using this Css3 thin navigation bar. Im using Css3 and HTML Just check out demo.Its easy to add to blogger.
    
Css3+Thin+Style+Navigation+Bar+for+Blogger


You may like these articles
     
     Add Multilevel CSS3 Menu Bar With Icons
     Modern Ribbon Hover Effect Menu Bar
     Rollover Css3 Navigation Bar
     Beautiful Bouncing jQuery Menu Bar
    

How to Add  Lite Style Css3 Navigation Bar to Blogger



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. Find this tag by using Ctrl+F    ]]></b:skin>

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

/* The CSS Code for the menu starts here bloggertrix.com */
 #btrix_litemenu { 
 width:800px; 
 background:#166bea;  
 border-bottom: 5px solid #993300;  
 border-top: 1px solid #e14d09;  
 clear: both;  
 overflow: hidden;  
-moz-box-shadow: 2px 3px 5px #000000;
-webkit-box-shadow: 2px 3px 5px #000000;
box-shadow: 2px 3px 5px #000000;

border:none 5px #000000;
-moz-border-radius-topleft: 16px;
-moz-border-radius-topright:16px;
-moz-border-radius-bottomleft:16px;
-moz-border-radius-bottomright:16px;
-webkit-border-top-left-radius:16px;
-webkit-border-top-right-radius:16px;
-webkit-border-bottom-left-radius:16px;
-webkit-border-bottom-right-radius:16px;
border-top-left-radius:16px;
border-top-right-radius:16px;
border-bottom-left-radius:16px;
border-bottom-right-radius:16px;

 }  
 #btrix_litemenu ul {  
 float: left;  
 width: 100%;  
 }  
 #btrix_litemenu li {  
 float: left;  
 list-style-type: none;  
 }  
 #btrix_litemenu li a {  
 background:#166bea;  
 color: #fff;  
 display: block;  
 font-size: 14px;  
 padding: 5px 17px 5px 15px;  
 position: relative;  
 text-decoration: none;  
 }  
 #btrix_litemenu li a:hover {  
 background:#002660;  
 color: #fff;  
 }  
 #btrix_litemenu li li a {  
 background: none;  
 background-color: #0d56c4;  
 border: 1px solid #0d408d;  
 border-top-width: 0;  
 color: #fff;  
 font-size: 14px;  
 padding: 5px 10px;  
 position: relative;  
 text-transform: none;  
 width: 130px;  
 }  
 #btrix_litemenu li li a:hover {  
 background: none;  
 background-color: #166bea;  
 }  
 #btrix_litemenu li ul {  
 height: auto;  
 left: -9999px;  
 margin: 0 0 0 -1px;  
 position: absolute;  
 width: 160px;  
 z-index: 9999;  
 }  
 #btrix_litemenu li:hover ul {  
 left: auto;  
 }  

6. Go to blogger and click Layout

7. Click Add Gadget and select 'HTML/Javascript

8. Paste below code.

<div id="btrix_litemenu">
<li><a href="#">Home</a></li>
<li><a href="#">Sub Menu 1</a>  
 <ul>
<li><a href="#"> Menu 1</a></li>
<li><a href="#"> Menu 2</a></li>
<li><a href="#"> Menu 3</a></li>
</ul>
</li>
<li><a href="#">Sub Menu 2</a>  
 <ul>
<li><a href="#"> Menu 1</a></li>
<li><a href="#"> Menu 2</a></li>
<li><a href="#"> Menu 3</a></li>
</ul>
</li>
<li><a href="#">Menu 1</a></li>
<li><a href="#">Menu 2</a></li>
<li><a href="#">Menu 3</a></li>
<li><a href="#">Menu 4</a></li>
<li><a href="http://www.bloggertrix.com/">Menu 5</a></li>
</div>

Replace # with your links.

9. Now save your HTML/Javascript'.  You are done.

If you have any problem regarding this Thin  Lite style Css3  Navigation Bar. Leave a comment.

9 comments:

  1. wow great brother. what an awesome navigation Bar. Thanks for sharing brother.
    my recent post: http://w3mix.com/good-night-sms-in-hindi-for-friends/

    ReplyDelete
  2. Nice menu i will use it in my next temp.
    regards,
    Skillblogger

    ReplyDelete
  3. Very Nice And Beautiful Widget For Our Blogs Keep It Up Bro
    Best wishes:
    http://bloggertechniches.blogspot.com/2013/06/how-to-use-php-on-blogger-beginners.html

    ReplyDelete
  4. Nice navigation bar, i will give advice to use this navigation bar for new blog.

    ReplyDelete
    Replies
    1. Yes,This is unique menu bar.Thanks for your comment jaimin.

      Delete
  5. Nice navigation bar brother!!! I love it Soha

    ReplyDelete