skip to main |
skip to sidebar
RSS Feeds
The blog on almost everything!
The blog on almost everything!
Friday, January 02, 2009
Posted by Sarathganesh
This is a step by step instruction on how to remove the Blogspt navbar on top of every Blogspot website.There are two codes
#navbar-iframe {
height: 0px;
}
#navbar-iframe {
visibility: hidden;
}
#navbar-iframe {
visibility:hidden;
height:10px;
}
January 14, 2009 at 4:59 PM
=)) try