We can hide navigation bar or navbar with little configuration on HTML code, so when mouse not pointing at navbar, the navbar will be hide. With this simple hack we can save space on our blog
How to Hide Navbar:
First:
Enter Dashboard > Layout > Edit HTML
Second: Find this code
body {
Third: copy this code
#navbar-iframe{opacity:0.0;filter:alpha(Opacity=0)}
#navbar-iframe:hover{opacity:1.0;filter:alpha(Opacity=100, FinishedOpacity=100}
Put the blue code upper tthe red code and than click SAVE TEMPLATE
0 comments:
Post a Comment