Remove the NavBar
To hide the Blogger Nav Bar paste the CSS definition between the style tags:
<**style type="text/css">
height: 0px;
visibility: hidden;
display: none;
}
Hiding the banner in Blogger beta (iframe):
height: 0px;
visibility: hidden;
display: none;
}
NOTE: Remove ** in the coding to make it work.
Technorati tags: NavBar, Remove the NavBar
1 Comments:
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!
Post a Comment
Subscribe to Post Comments [Atom]
<< Home