Thursday, January 10, 2013

Auto Hide the Blogger Navbar

I have already informed earlier when eliminating the blogger navbar (Navigation Bar) is one of the Blogger TOS violation, other solutions we can use the Auto hide Blogger navbar. The workings Auto hide, when visitors mouse over the top of the original navbar will appear and vice versa if the visitor mouse slider down (not in area navbar) then automatically navbar will be removed.


How to install it:

On the Edit HTML, find the code body { then put the following code above the code body {

#navbar-iframe{opacity:0.0;filter:alpha(Opacity=0)}
#navbar-iframe:hover{opacity:1.0;filter:alpha(Opacity=100, FinishedOpacity=100
)}


Good luck :)

No comments:

Post a Comment