Sunday, February 27, 2011

How to add Great vertical navigation menu bar for blogger


1.Log in to your Blogger account Go to  Design >> Edit HTML

2.Find this tag by using Ctrl+F ]]></b:skin>

3. Paste below code before ]]></b:skin> tag

#menu9 ul { list-style: none; margin: 0; padding: 0; } #menu9 img { border: none; } #menu9 { width: 200px; margin: 10px; } #menu9 li a { height: 32px; font-family: Verdana, Arial, Helvetica, sans-serif; margin: 0; font-size: 10pt; font-weight: bold; background: #FFF; height: 24px; text-decoration: none; } #menu9 li a:link, #menu9 li a:visited { color: #FFF; display: block; background: url(https://lh5.googleusercontent.com/_u4rBCfM4eII/TWfkSju3ygI/AAAAAAAABPo/yNNAeIRUPAM/s288/menu9.gif); padding: 8px 0 0 35px; } #menu9 li a:hover { color: #FFF; background: url(https://lh5.googleusercontent.com/_u4rBCfM4eII/TWfkSju3ygI/AAAAAAAABPo/yNNAeIRUPAM/s288/menu9.gif) 0 -32px; padding: 8px 0 0 35px; }

4.Now save your template

5. Again go to Design >>Page Element >> 'Add a Gadget' on side bar

6.Select "HTML/Javascript" and paste below code.

<div id="menu9"> <ul> <li><a href="#">Title 1</a></li> 
                      <li><a href="#">Title 2</a></li> 
                      <li><a href="#">Title 3</a></li> 
                      <li><a href="#">Title 4</a></li> 
                      <li><a href="#">Title 5</a></li> </ul> </div>

7.Now Replace # with your page link and replace Title with your page title name.

8.Save your HTML JavaScript.you are done.

2 comments:

  1. You have really shared a very good tinge of coding. This information is very helpful.
    A menu bar is a region of a screen or application interface where drop down menus are displayed.

    ReplyDelete
  2. খুবই সুন্দর।আমার পছন্দ হয়েছে।very nice it.i use it in my site.thank you very much

    ReplyDelete