As i said, this vertical menu bar is fully customizable from the top to bottom. It comes with beautiful and elegant animated hover effect.
Actually i found this amazing widget on exeideas.com. I do leave full credits with them. Thanks.
SEE YOURSELF A DEMO ON HOW IT WORKS
Adding Vertical Menu Bar to your blog
- Go to Blogger Dashboard > Layout and choose Add a Gadget
- No choose HTML/JavaScript Widget form the list
- Paste the below code into the widget and save the widget.
<style type='text/css'>
#bloggslab_double_menu {width:225px;overflow:hidden;margin:0 auto;}
#bloggslab_double_menu ul {list-style-type:none;text-align:center;margin:0;padding:0;}
#bloggslab_double_menu ul li {margin:0;padding:0;line-height:40px;width:450px;height:40px;font-size:1em;text-transform:uppercase;letter-spacing:1px;font-weight:200;}
#bloggslab_double_menu ul li .bloggslab_double_menu_before_hover {position:relative;width:225px;float:left;display:inline;transition:all 0.3s ease;color:#000;background:#66bb44;}
#bloggslab_double_menu ul li .bloggslab_double_menu_after_hover {position:relative;width:225px;float:left;display:inline;left:225px;transition:all 0.3s ease;color:#ffffff;background:#161916;}
#bloggslab_double_menu ul li:hover .bloggslab_double_menu_before_hover{left:-225px;}
#bloggslab_double_menu ul li:hover .bloggslab_double_menu_after_hover{left:-225px;}
</style>
<nav id="bloggslab_double_menu">
<ul>
<a href="#" title=""><li><span class="bloggslab_double_menu_before_hover">Home</span><span class="bloggslab_double_menu_after_hover">Back to Home</span></li></a>
<a href="#" title=""><li><span class="bloggslab_double_menu_before_hover">About</span><span class="bloggslab_double_menu_after_hover">More about me</span></li></a>
<a href="#" title=""><li><span class="bloggslab_double_menu_before_hover">Work</span><span class="bloggslab_double_menu_after_hover">What we do</span></li></a>
<a href="#" title=""><li><span class="bloggslab_double_menu_before_hover">Services</span><span class="bloggslab_double_menu_after_hover">What we offer</span></li></a>
<a href="#" title=""><li><span class="bloggslab_double_menu_before_hover">Contact</span><span class="bloggslab_double_menu_after_hover">Mail us</span></li></a>
</ul>
</nav>
Now it is your part to customize the widget for you. Replace # with the menu links, replace red highlighted code with menu name and yellow highlighted text with text to be shown on hover.
Comments
Post a Comment