Monday, January 17, 2011

How To Make Vertical Navigations Menu With CSS

 The purpose of made this menu is to facilitate the visitors to navigate our blog. Usually, some people fill it with "Home", "About Me", "Disclaimer", "Services", etc. But, if you want to make difference, it's OK. Well, before I give the steps, you must backup your template first, because we will make some changes!

1. Go to Design --> Edit HTML
2. For HTML code, you can paste under :
    => If you have right sidebar, you have to find this code : <div id='sidebar-wrapper'> or <div id='sidebar-wrapper-right'>
    => But, if you have left sidebar, you can find this code : <div id='sidebar-wrapper-left'>
3. For CSS code you can paste above ]]></b:skin>
4. After that, before I give the CSS code and HTML code, I will teach you how to edit the links and the titles.
<li><a href="Title 1" >Link 1</a></li>
<li><a href="Title 2" >Link 2</a></li>
<li><a href="Title 3" >Link 3</a></li>
<li><a href="Title 4" >Link 4</a></li>
<li><a href="Title 5" >Link 5</a></li>
=> Change with word that you want to display
=> Change with links that you want to open

example :
<li><a href="Full Blog Tricks" >http://full-tricks.blogspot.com/</a></li>

Now, I will give you 10 choice (CSS Style)

CSS Code:

HTML Code:



CSS Code:

HTML Code:



CSS Code:

HTML Code:



CSS Code:

HTML Code:



CSS Code:

HTML Code:



CSS Code:

HTMl Code:



CSS Code:

HTML Code:



CSS Code:

HTML Code:



CSS Code:

HTML Code:



CSS Code:

HTML Code:


5. Then, if you've finished, you can save now!

No comments:

Post a Comment