Sunday, December 2, 2007

How to hide the navigation bar

You can insert this code in the head section (between the <head> and </head>) :

<style type='text/css'>
#navbar-iframe {
height: 0px;
visibility: hidden;
display: none;
}
</style>

No comments: