How To Add A Vertical Navigation CSS Menu To Blogger?
- Go To Blogger > Layout > Edit HTML
- Back-up your template
All
Navigation Menus below uses two pieces of codes. One is The CSS code
which is responsible for the look and feel of the menus and the second
is the HTML code which is responsible for positioning the menus. So lets
know where to add each code!
3. Paste the CSS code for your selected Menu just above ]]></b:skin>
4. For the HTML code there can be two positions either your right
sidebar or left sidebar. Depends how many columns you have.
- If you have a right sidebar then paste the HTML code just below <div id='sidebar-wrapper'> or this <div id='sidebar-wrapper-right'>
- If you have a left sidebar then paste the HTML code just below <div id='sidebar-wrapper-left'>
Note:-
Since most templates use different coding therefore if you could not
find the above codes then don’t worry simply share your blog URL in the
comment box and I will view your template coding and will tell you
instantly which code to search for!
5. Finally save your template and see a beautiful Navigation Menu hanging on your sidebar :D
- Go To Blogger > Layout > Edit HTML
- Back-up your template
All
Navigation Menus below uses two pieces of codes. One is The CSS code
which is responsible for the look and feel of the menus and the second
is the HTML code which is responsible for positioning the menus. So lets
know where to add each code!
3. Paste the CSS code for your selected Menu just above ]]></b:skin>4. For the HTML code there can be two positions either your right sidebar or left sidebar. Depends how many columns you have.
- If you have a right sidebar then paste the HTML code just below <div id='sidebar-wrapper'> or this <div id='sidebar-wrapper-right'>
- If you have a left sidebar then paste the HTML code just below <div id='sidebar-wrapper-left'>
Note:-
Since most templates use different coding therefore if you could not
find the above codes then don’t worry simply share your blog URL in the
comment box and I will view your template coding and will tell you
instantly which code to search for!
5. Finally save your template and see a beautiful Navigation Menu hanging on your sidebar :D
Editing The Links In The Navigation Menu
To change the Tab Menu Links and Titles, simply edit this bolded part of the HTML code,
<li><a href="#1" >Link 1</a></li>
<li><a href="#2" >Link 2</a></li>
<li><a href="#3" >Link 3</a></li>
<li><a href="#4" >Link 4</a></li>
<li><a href="#5" >Link5</a></li>
Replace #1, #2, #3 etc with your Page Links/URL and replace Link1, Link2, Link3 etc with your Page Titles. If you wish to add or delete a tab then simply add or delete this line from the HTML code,
<li><a href="#" >Link</a></li>
<li><a href="#2" >Link 2</a></li>
<li><a href="#3" >Link 3</a></li>
<li><a href="#4" >Link 4</a></li>
<li><a href="#5" >Link5</a></li>
Navigation Menu #1
HTML CODE:
0 comments :
Post a Comment