Sunday, August 2, 2009

Most of new blogger template always hide Navbar. What's Blogger Navbar? Blogger Navbar is default navigation menu bar on top page.The purpose of not displaying navbar is for better looks. Honestly, I also remove this so my blog layouts will looks clear ^_^

But some people still want show blogger navbar on blog. First, we have to know why navbar is not show up?

Open Edit HTML, find this code

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


See, navbar is set not display (display:none;)

So how to show up blogger navbar? Simply. Just delete that all code. And how to hide? Just put that code on your HTML.

0 comments:

Post a Comment