How to make a vertical menubar



Here is a screenshot of what we are going to make:

Its very easy to make.Just follow below steps:
1.Login to your Blogger Dashboard--->Layout--->Edit HTML and backup your template.
2.Search for ]]></b:skin> in your template and paste the following piece o code before it:

#vertical-1{

border-bottom-width: 0;

}



#vertical-1 ul{

margin: 0;

padding: 0;

font: normal 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif; /*pemilihan bentuk huruf */

}



#vertical-1 a{

display: block;

padding: 3px 0;

padding-left: 9px;

width: 200px; /* width of mrnu */

text-decoration: none;

color: #333222; /* this is the color of alphabet */

border-right:1px solid #000000;

background-color: #FBEC04;

border-bottom: 1px solid #6A6731;

border-left: 7px solid #918C3B;

}



#vertical-1 a:hover {

background-color: #FAF6B9;

border-left: 12px solid #918C3B;

width: 195px; /*lebar */

}



#vertical-1 div.menutitle{

color: white;

border-bottom: 1px solid #053E66;

padding: 5px 3px 5px 13px;

background-color: black;

width: 201px;

font: bold 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;

}


3.Now click save template and go to Page Elements>Add a Gadget>HTML/Javascript and add following code in it:
<div id="vertical-1">

<div class="menutitle">CSS Library</div> <!-- this is the 1st title -->

<ul>

<!-- Please alter with your links -->

<a href="http://killer-tricks.blogspot.com">Home</a>

<a href="http://killer-tricks.blogspot.com/">Verticle menu</a>

<a href="#">example</a>

<a href="#">example1</a>

<a href="#"></a>

<!-- add any links here -->

</ul>



<div class="menutitle">Blogger</div> <!-- this is the 2nd title -->

<ul>

<a href="#">Example2</a>

<a href="#">Example3</a>

<a href="#">Example4</a>

<a href="#">Example5</a>

<a href="#">Example6</a>

<a href="#">Example7</a>

<!-- add any links here -->

</ul>

</div> <!-- end off vertical-1 menu -->


4.Now change the above links with your one and save the gadget and you are done...

Spl. Thanx to Nandu Patel[Admin-Thetricks.net]




Share your views...

4 Respones to "How to make a vertical menubar"

Saif said...

thats a good tip to add cool stuff to blogs


November 16, 2009 at 12:25 AM
NSR said...

yes saif buddy thanx


November 16, 2009 at 12:32 AM
BEBEN said...

thanks for share
saloom from indonesian blogger
keep touching


December 18, 2009 at 4:31 PM
tiffany bizuteria said...

dfgbfd


April 13, 2011 at 7:38 PM

Post a Comment

You need not to login for making a comment.So please do comment about this post/trick.

 

© 2010 The Tech Pirate|Blogger Tutorials,Facebook Tips,Web News,PC Softwares & More... All Rights Reserved