I’ve told you before, that removing Navigation Bar Blogger
is one of TOS violation. The other solution is, we can use Auto hide
Navbar Blogger. Auto hide works is, when the visitor point his mouse to top
page, Navbar will appear. Otherwise, if visitor point his mousedown (not in
Navbar area), automatically that Navbar will disappear.
How to place it:
Find out body { code in Edit
HTML page. Then, insert code below right before body {
code:
#navbar-iframe{opacity:0.0;filter:alpha(Opacity=0)}
#navbar-iframe:hover{opacity:1.0;filter:alpha(Opacity=100,
FinishedOpacity=100)}
Good Luck!

0 comments:
Post a Comment