How do I get rid of the navigational toolbar on Blogspot?

Q. I have a blog on blogspot.com (also known as Blogger) and I have noticed that many people have gotten rid of the navigational toolbar at the top of the page when one views their blog. I would like to do the same. How can I get rid of it? You can view the blog but please don't publish the address on your website. Thank a billion! Trevor

Ans. This is a good question because I too have found it curious that some weblogs at Blogger have the little navigational toolbar on the top while others don't, and wondered how that was accomplished. The toolbar's called the Blogger Bar, by the way. This is what we are reffering to

To eliminate it, simply add the following CSS to your template:
#b-navbar { height:0px; visibility:hidden; display:none }
However, please be aware that this is probably a violation of the Blogger / Blogspot Terms of Service, which perhaps obliquely state: "Pyra runs advertisements and promotions on BlogSpot Sites. By creating your BlogSpot Site, you agree that Pyra has the right to run such advertisements and promotions. You also agree that you will not attempt to block or otherwise interfere with advertisements displayed on your BlogSpot site via JavaScript or any other means. Doing so is grounds for immediate termination of service. The manner, mode and extent of advertising by Pyra on your BlogSpot Site is subject to change."

The ToS is mildly amusing reading, by the way. My favorite bit: "Now, this next part seems really damn obvious, but everyone else has it in their TOS's so someone's probably gotten sued for not having it. So: In order to use the Service, you must obtain access to the World Wide Web." There is some debate on this issue of blocking the Blogger Bar, however, as detailed in the customizing Templates discussion group for Blogger Help. Make your own decision on this, and good luck to you!