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

Table of Content

Add Wire Frame Navigation Menu Bar

how to Add Wire Frame Navigation Menu Bar for blogger blogspot,simple clean stylish attractive wire frame hover effect html menu bar for website.
Add Wire Frame Navigation Menu Bar

How To Add Wire Frame Navigation Menu Bar For Blogger

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>
/* The CSS Code for the menu starts here bloggersstand.blogspot.com */
.bloggersstand_wireframeauramenu{
font-weight: bold;
font-size: 90%;
width: 760px;
margin: 0 auto;
}
.bloggersstand_wireframeauramenu ul{
border: 1px solid #BBB;
padding: 5px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
overflow: hidden;
}
.bloggersstand_wireframeauramenu ul li{
display: inline;
}
.bloggersstand_wireframeauramenu ul li a{
color: #494949;
padding: 6px 12px 6px 6px;
margin: 0;
text-decoration: none;
border-right: 1px dashed #BBB; /*right border between menu items*/
}
.bloggersstand_wireframeauramenu ul li a:hover{
color: black;
background: transparent url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjVm_tISRph9iTRm9Wt73Cibu0ugZEDshuMmmn03WdZznfa4vDIod-2-ABYzzvrWfx9l1qgq7lJgzCjo5HLxleV8_m4lc9q-LqXJQlJhwoqgdFb56e-JjMU8iZKUPqwSBnqtBZsX7yG_Z0/s1600/btrix_lightred.gif) center center no-repeat; /*background of menu item onMouseover*/
}
6. Go to blogger and click Layout
7. Click Add Gadget and select 'HTML/Javascript
8. Paste below code.
<div class="bloggersstand_wireframeauramenu">
<ul>
<li><a href="#">Home page</a></li>
<li><a href="#">CSS Library</a></li>
<li><a href="#">Database</a></li>
<li><a href="#">Blog Videos</a></li>
<li><a href="#">Mobile App</a></li>
<li><a href="#">Download</a></li>
<li><a href="#">Support</a></li>
<li><a href="#">Get Help</a></li>
</ul>
</div>
*Change All # With Your Links.

9. Now save your HTML/Javascript'. Done!

If you have any query regarding Wire Frame Navigation Menu Bar for blogger.it give amazing look to your website or blog.Feel free to ask,just drop your comment below.

Post a Comment