Hiding the Blogger NavBar in the New Blogger

Sunday, January 28, 2007

You might want to hide your NavBar on your blog in the New Blogger. I hide the NavBar on Top3WebHosts by using the following CSS style:

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

In the new version of Blogger this is possible by changing the code to:

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

This code should be included in the <style> tag of your Blogger Template.

1 comments:

Anonymous said...

Hey,
This was really good piece of information.

But you have'nt used it till now ;-)

I have used it and it looks nice.

-Himanshu
(Contributor to http://startups.in/india)
(Blogger at http://thoughtsprevail.blogspot.com)

Post a Comment