Now you can play hide and seek with your navbar easily.No more navbar on the top of your side to disturb your view.You can seek your navbar when want it,and hide when you don't.
Here is the step:
1.Go to your template>Edit Html
2.Find the below line:
/* Use this with templates/template-twocol.html */
3.Just paste this after the above code:
#navbar-iframe{opacity:0.0;filter:alpha(Opacity=0)}
#navbar-iframe:hover{opacity:1.0;filter:alpha(Opacity=100, FinishedOpacity=100)}
4.It will look like this:
/* Use this with templates/template-twocol.html */
#navbar-iframe{opacity:0.0;filter:alpha(Opacity=0)}
#navbar-iframe:hover{opacity:1.0;filter:alpha(Opacity=100, FinishedOpacity=100)}