Disabling the Blogger Navbar (Navigation Bar) on a Blog



To hide the Blogger Navbar :
1. Log in to blogger
2. your Dashboard, select Layout. This will take you to the Template tab. Click Edit HTML. Under the Edit Template section you will see you blog's HTML.
3. paste the CSS definition in the top of the template code:

---------------------------------- Start----------------------------------

...
<b:skin><![CDATA[/*
-----------------------------------------------
Blogger Template Style
Name: Denim
Designer: Darren Delaye
URL: www.DarrenDelaye.com
Date: 11 Jul 2006
----------------------------------------------- */

#navbar-iframe {
display: none !important;
}

/* Variable definitions
====================
<Variable name="mainBgColor" description="Main Background Color"type="color" default="#fff" value="#ffffff">
<Variable name="mainTextColor" description="Text Color"
type="color"
default="#333" value="#333333">
...

---------------------------------- End----------------------------------


For more visit:
http://www.CPGrafix.net