Saturday, December 23, 2006

Remove the NavBar

To hide the Blogger Nav Bar paste the CSS definition between the style tags:

<**style type="text/css">

#b-navbar {
height: 0px;
visibility: hidden;
display: none;
}

Hiding the banner in Blogger beta (iframe):

<**style type="text/css">

#navbar-iframe {
height: 0px;
visibility: hidden;
display: none;
}

Just remove the code to show it again.

NOTE: Remove ** in the coding to make it work.

Technorati tags: NavBar, Remove the NavBar

1 Comments:

Anonymous Anonymous said...

Here is an idea that is based on the same CSS trick but is far more usable. It does not disable/hide the nav bar completely. It hides it by default but by a slightly visible button you can later reveal or hide the nav bar again. Its usable!

2:19 AM  

Post a Comment

Subscribe to Post Comments [Atom]

<< Home