Monday, April 14, 2008

Simple way to hide Navigation Bar

This one has been discussed a lot. For my personal opinion I like the navigation bar right there where it is but if you want to hide it this is the way to do..

Open your template in html mode and paste this code somwhere in the css part of the template :








/* CSS to hid navigation bar */

#navbar

{

        height:0px;

        visibility:hidden;

        display:none

}


Follow these easy steps to paste the above code

  1. Log in to your blogger account and select the Layout of the blog which you want to modify
  2. Select the tab page Template and then click on Edit HTML
  3. Search for the text body { in your template HTML code and paste the hack code snippet after the end of body { ... } element.
  4. That's all. From now onwards your blog will not display navigation bar.

This is how your template HTML code should look after pasting the hack code snippet

Source : TechDreams


0 comments:

Post a Comment


Pimped for blogger by BT | Designed by - Jai
Add to Google Add to Netvibes Subscribe with Bloglines