Menu is essential for making a blog user friend thus a
visitors can easily visit different categories to reach the content. So If you
can use more stylish menu then your blog
looks will be more attractive. Earlier I have designed some cool menu for my
loyal visitors and today I have designed another cools rounded purple
menu for blogger which is really attractive and ready for beautifying your
blog. I have also added hover effect on this menu. When a visitors mouse over
on rounded menu then it will change
color dark purple to light purple. Hope
you would like this menu and to install just follow the below simple steps.
Step 1 Log in to your Blogger account and Go to your Blogger Dashboard
Step 2 Go to your Layout tab.
Step 3 Click on "Add a Gadget" then select "HTML/JavaScript" Gadget.
Step 4 Now Copy the below code and paste it in "HTML/JavaScript" Gadget and Save it.
Step 5 Place gadget below header. that's it.
<style>
.BloggerSpiceRoundmenu{
width: 100%;
overflow:hidden;
}
.BloggerSpiceRoundmenu ul{
margin: 0;
padding: 0;
font: bold 14px Verdana;
list-style-type: none;
text-align: center;
}
.BloggerSpiceRoundmenu li{
display: inline;
margin: 0;
}
.BloggerSpiceRoundmenu li a{
display:inline-block;
text-align:center;
text-decoration: none;
color: white;
background:#660099;
margin: 0;
margin-right:5px;
width:100px;
height:100px;
border-radius: 500px;
-moz-border-radius: 500px;
-webkit-border-radius: 500px;
}
.BloggerSpiceRoundmenu a span{
position:relative;
top:40%;
}
.BloggerSpiceRoundmenu li a:visited{
color: white;
}
.BloggerSpiceRoundmenu a:hover{
background: #D580FE;
} /* Menu by www.bloggerspice.com */
</style>
<div class="BloggerSpiceRoundmenu">
<ul>
<li><a href="#"><span>Home</span></a></li>
<li><a href="#"><span>Tips</span></a></li>
<li><a href="#"><span>CSS</span></a></li>
<li><a href="#"><span>About Us</span></a></li>
<li><a href="#"><span>Contact Us</span></a></li>
</ul>
</div>
Customization
- Replace all # with your links and change the text according to your own.
0 comments:
Post a Comment