New menu bar

Wednesday, April 23, 2014


Annyeonghaseyo..

Here is a demo for you like mine.

stuff ask.fm faq

So here is the code:

1.Paste it on your html javascript,wherever you want

2,Code:

<center><div style="border-bottom:3px solid #FFE2EB;height:12px;display:inline-block;
padding:1px;width:100%;margin-bottom:10px;">
<center><style>
a.linkies {
font-family:Lucida Calligraphy;
font-size:11px;
font-weight:italic;
letter-spacing:.1em;
display:inline-block;
text-align:center;
border:2px solid #FFE2EB;
border-radius:1px;
width: 100px;
color: #B7B4B4;
background:#fff;
padding:2px;
margin:2px;
text-decoration: none;
-webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; text-decoration:none;
 box-shadow:inset 0px 0px 0px #E5E2E3,
 inset 0px 0px 0px #E5E2E3;
}
a.linkies:hover          {
display:inline-block;
text-align:center;
border-radius:1px;
border:2px solid #FFE2EB;
font-weight:normal;
width: 100px;
color: #ffffff;
background: #B7B4B4;
-webkit-transition-duration: 0.5s;
 box-shadow:inset 0px 14px 0px #FFE2EB,inset 0px -14px 0px #FFE2EB;
}
</style>
<a class="linkies"  href="http://tutorialsfreebies.blogspot.com/2012/11/stuff-tutor-and-freebies.html">stuff</a>
<a class="linkies"  href="http://tutorialsfreebies.blogspot.com/2012/11/ask-something-to-me_6932.html">ask.fm</a>
<a class="linkies"  href="http://tutorialsfreebies.blogspot.com/2012/12/frequently-ask-me.html">faq</a>
</center></div><div style="position: absolute; right: 0px; top: 0px;"></div></center>


3.Change your link,and name to yours.Want to change color?It's up to you.

4.That's all