Friday, May 17, 2013

Awesome Circle Style Navigation Menu for Blogger

This is a Circle Style navigation bar. Im gonna explain how to add it to blogger. Circle navigation  menu 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


You may like these article.
     Css3 Shadow Style Vertical Menu
     Round Corners Popular Post Widget
     Classic Style Css3 Navigation Bar

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 */
.circlemenu{
width: 100%;
overflow:hidden;
}
.circlemenu ul{
margin: 0;
padding: 0;
font: bold 14px Verdana;
list-style-type: none;
text-align: center; 
}
.circlemenu li{
display: inline;
margin: 0;
}
.circlemenu li a{
display:inline-block;
text-align:center;
text-decoration: none;
color: white;
background:#b30707;
margin: 0;
margin-right:5px; 
width:100px;
height:100px;
border-radius: 400px; 
-moz-border-radius: 400px;
-webkit-border-radius: 400px;
}
.circlemenu a span{
position:relative;
top:40%;
}
.circlemenu li a:visited{
color: white;
}
.circlemenu a:hover{
background: #ff1774;
}



6. Go to blogger and click Layout

7. Click Add Gadget and select 'HTML/Javascript

8. Paste below code.

<div class="circlemenu">
<ul>
<li><a href="#"><span>Home</span></a></li>
<li><a href="#"><span>Download</span></a></li>
<li><a href="h#"><span>CSS</span></a></li>
<li><a href="#"><span>About</span></a></li>
<li><a href="http://www.bloggertrix.com/"><span>Contact Us</span></a></li>
</ul>
</div>
Replace # with your links.

9. Now save your HTML/Javascript'. You are done.
Hope this helps who like to add circle navigation menu for blog.

4 comments:

  1. why we need style type css if you paste that code on ]]></b:skin

    ReplyDelete
  2. Danke schön. Dai ist gute Idee.

    ReplyDelete
  3. nice blog/site thanks to you. your blog/site is very useful nice thot. http://jobalertstoday.blogspot.in

    ReplyDelete