Also Read...
Also Read...
How To Add Chocolate Style CSS Navigation Menu Bar For Blogger
1. Log in to blogger account2. 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 starts here bloggersstand.blogspot.com */6. Go to blogger and click Layout
#menu10 ul {
list-style:none;
font-family: Georgia, serif;
font-size: 30px;
letter-spacing: -3px;
line-height: 1.2em;
float:left;
clear:both;
margin:20px;
}
#menu10 ul li{
float:left;
border:1px solid #5F3B2F;
}
#menu10 ul li a{
display:block;
text-decoration:none;
background-color:#955542;
width:170px;
text-align:center;
}
#menu10 ul li a span{
display:block;
}
#menu10 ul li a span.title{
color:#fff;
padding-bottom:5px;
}
#menu10 ul li a:hover{
}
#menu10 ul li a:hover span.title{
font-family: Georgia, serif;
font-size: 10px;
font-style: normal;
font-weight: normal;
text-transform: uppercase;
letter-spacing: 1px;
line-height: 2em;
color:#fff;
border:1px dashed #fff;
padding-bottom:3px;
background-color:#AF6C57;
}
#menu10 ul li a span.text{
padding:0px 5px;
font-size: 14px;
font-weight: bold;
letter-spacing: normal;
line-height: 1.4em;
color:#fff;
background-color:#5F3B2F;
visibility:hidden;
border-bottom:1px groove #AF6C57;
}
#menu10 ul li a:hover span.text{
line-height: 3.4em;
visibility:visible;
}
7. Click Add Gadget and select HTML/Javascript
8. Paste below code
<div id="menu10">
<ul>
<li><a href="">
<span class="title">Home</span>
<span class="text">Who we are</span>
</a>
</li>
<li><a href="">
<span class="title">Download</span>
<span class="text">What we do</span>
</a>
</li>
<li><a href="">
<span class="title">About</span>
<span class="text">What we talk about</span>
</a>
</li>
<li><a href="http://www.bloggertrix.com/">
<span class="title">Contact</span>
<span class="text">How to get in touch</span>
</a>
</li>
</ul>
</div>
*Change All # With Your Links.
9. Now save your HTML/Javascript',Done!
If you have any query regarding awesome Chocolate style CSS Navigation Menu Bar for blogger Feel free to ask,just drop your comment below.
SUMMARY
how to Add Chocolate Style CSS Navigation Menu Bar into for blogger blogspot website,css html brown colour color combination with sub text navigation menu bar gadget widget menu
Post a Comment Blogger Disqus
0 Comments on "Add Chocolate Style CSS Navigation Menu Bar" So Far - Post Yours!
MARKUP FOR WRITING COMMENTS:
1. To Insert Code Length Use<i rel="pre">Code Here</i>
2. To Insert Short Codes Use<i rel="code">Code Here</i>
3. To Insert Quote Use<b rel="quote">Quote</b>
4. To Insert Image Use<i rel="image">Image URL</i>
5. To Insert Video Use<i rel="youtube">You Tube Url</i>
Note: You Can Also Convert Your Code Directly From The Conversion Box.
--------------------------------------------------------------------------------------------------------------------------------------------------------
Please drop your comment according with the topic and feedback with hyperlinks may be removed.Thank you.
Regards:
Team Bloggersstand