20 Ways To Make $5000+ From Home. Earn Now!

Table of Content

CSS3 Blue Thin Style Navigation Menu Bar

CSS3 Blue Thin Style Hover Effect navigation menu bar for blogger blogspot website,css3 using navigation bar install,how to add css3 menu bar to blogger blog.
CSS3 Blue Thin Style
Today I'm going to explain how to add CSS3 Blue Thin Style Hover Effect blogger navigation menu bar.Navigation bar is very important part of our websiteWe are using CSS3 for this navigation menu bar.To add this CSS3 Blue Thin Style Hover Effect  menu bar for blogger website just follow the steps mentioned below.




How To Add CSS3 Blue Thin Style Hover Effect 

1. Log in to blogger account
2. Now select "Template"
3. Now Click EDIT HTML Button"
4. Find this tag by using Ctrl+F ]]></b:skin>
5. Paste below code Before ]]></b:skin>
/* CSS Code for the menu starts here bloggersstand.blogspot.com */
 #bloggersstand_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;
 }
 #bloggersstand_litemenu ul {
 float: left;
 width: 100%;
 }
 #bloggersstand_litemenu li {
 float: left;
 list-style-type: none;
 }
 #bloggersstand_litemenu li a {
 background:#166bea;
 color: #fff;
 display: block;
 font-size: 14px;
 padding: 5px 17px 5px 15px;
 position: relative;
 text-decoration: none;
 }
 #bloggersstand_litemenu li a:hover {
 background:#002660;
 color: #fff;
 }
 #bloggersstand_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;
 }
 #bloggersstand_litemenu li li a:hover {
 background: none;
 background-color: #166bea;
 }
 #bloggersstand_litemenu li ul {
 height: auto;
 left: -9999px;
 margin: 0 0 0 -1px;
 position: absolute;
 width: 160px;
 z-index: 9999;
 }
 #bloggersstand_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="bloggersstand_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="#">Menu 5</a></li>
</div>
 *Change # With Your Profile/URL/username

9. Now save your HTML/Javascript'.

If you have Any Query regarding This CSS3 Blue Thin Style Hover Effect Navigation Menu Bar..Feel Free To Ask,Just Drop Your Comment.

Post a Comment