How to hide blogger top navbar?

Discussion in 'Blogging' started by sheelgohe, Mar 13, 2007.

  1. #1
    Hi friends,
    I have a blog http://must-read-articles.blogspot.com/, everything is working fine, the only problem I am facing is I am not able to find any options to hide the top navbar of blogger. If naybody done that please help me out.

    Thanks
    Regards
    Sheel
     
    sheelgohe, Mar 13, 2007 IP
  2. Richie_Ni

    Richie_Ni Illustrious Member

    Messages:
    10,721
    Likes Received:
    1,175
    Best Answers:
    0
    Trophy Points:
    410
  3. sheelgohe

    sheelgohe Peon

    Messages:
    380
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #3
    sheelgohe, Mar 14, 2007 IP
  4. mixke

    mixke Prominent Member

    Messages:
    5,917
    Likes Received:
    590
    Best Answers:
    0
    Trophy Points:
    310
    #4
    mixke, Mar 14, 2007 IP
    Richie_Ni likes this.
  5. topaix

    topaix Peon

    Messages:
    32
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
  6. boyponga

    boyponga Banned

    Messages:
    1,013
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #6
    This is the code I put in Edit HTML.

    #b-navbar {
     height: 0px;
     visibility: hidden;
     display: none;
    }
    #navbar-iframe {
     height: 0px;
     visibility: hidden;
     display: none;
    }
    PHP:
    This removed my navbar, making my site more presentable.
     
    boyponga, Mar 19, 2007 IP
  7. ztoma

    ztoma Peon

    Messages:
    43
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #7
    First things first!

    Have a good look at this one:

    How to hide blogger nav bar

    Its by far the best approach I've ever seen. The idea behind it is the same CSS trick but it adds an enormously important functionality to show/hide the nav bar as you need! Simply click on a button to show the navigation bar again or to hide it.

    I've already written about it here
     
    ztoma, Mar 23, 2007 IP