This is a clean style navigation bar. Im gonna explain how to add it to blogger. Im using image for menu hover. This effect work fine with every modern internet browsers.You can link with your main pages by using wire frame navigation. Im using Css3 and HTML, Just check out demo.Its easy to add to blogger 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 bloggertrix.com */
.btrix_wireframeauramenu{
font-weight: bold;
font-size: 90%;
width: 760px;
margin: 0 auto;
}
.btrix_wireframeauramenu ul{
border: 1px solid #BBB;
padding: 5px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
overflow: hidden;
}
.btrix_wireframeauramenu ul li{
display: inline;
}
.btrix_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*/
}
.btrix_wireframeauramenu ul li a:hover{
color: black;
background: transparent url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhFZUfizcmfqVqC3ISfGPED_eS6QCZ69n8YZVSxnF1uy5eJxTACQuqZa_yqs8uDNk_LtDOuI1u4jZSbDuVSzChnd1ZOzEB065QDpVSABSUpU5dB8DDZRLNFE_d-GpM7iTK1T0kbq03p6PM/s1600/btrix_lightred.gif) center center no-repeat; /*background of menu item onMouseover*/
}
You can change image as your like for hover color.
Just replace this image link with above red color link in code.
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj6gs3-gWy565AYrK8qB3-55uKur04WhR8yrXGGk6TFLrEWkYSMm3XVtVdyPRZcUYvN_7r3dLoivwjBe07GlUt2NX2-_53bml-ycu5Q8z0Uc6yWRc3D4jay5JW1HvSQaYU_qUqmTV1W0IEb/s1600/bt_lightgreen.gif
https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgas2ZSbsfvgw9wcSWInQZIetBfWxaIuCTW-O6TrIqAlKaOgqhGqZpZDChJohGJWp2qEjknBtBP4CNwzUJ4JoFLYtyr5vudjtiBduDQfOlqYYYTPi5bJIxHNoPCIdGPpfE59taWGFFTJlSq/s1600/bt_lightyellow.gif
7. Go to blogger and click Layout
8. Click Add Gadget and select 'HTML/Javascript
9. Paste below code.
<div class="btrix_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="http://www.bloggertrix.com/">Get Help</a></li> </ul> </div>Replace # with your links.
10. Now save your HTML/Javascript'.
You are done...
E interesant, insa as dori mai multe explicatii. E posibil? Stapanesti bine cele ce le-ai publicat aici?
ReplyDeletethanks for this post. its good
ReplyDelete