how to remove navbar on your blogger
diglog!
To hide the Blogger NavBar paste the CSS definition between the style tags:
<style type="text/css">
#navbar-iframe {
height: 0px;
visibility: hidden;
display: none;
}
</style>
Remove the code to show it again.
Type the rest of your post here.
1 条评论:
take a look at this:
how to show/hide blogger navigation bar
asme idea, far better approach!
发表评论