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 komentar:
Posting Komentar