hide the blogger navbar

November 26th, 2006

i’ve moved to the new blogger beta and it has been a nice stay so far. well, except for the annoying blogger navbar that wasn’t there before i made the switch. so for those who wanted to get rid of it, here’s a simple code that you have to paste inside the <head> tag.

<style type=”text/css” media=”screen”>
#navbar-iframe {
height: 0px;
visibility: hidden;
display: none;
}
</style>

.. and voila, it’s gone! :)


Comments RSS

Leave a Reply

You must be logged in to post a comment.