
In Partial hide : when user places the mouse pointer at the top of the page the navbar will appear & work.
1. HOW TO DO THIS :-
GO TO YOUR DASHBOARD -> LAYOUT -> Edit HTML .
search and paste the code below before the tag :
#navbar-iframe{opacity:0.0;filter:alpha(Opacity=0)}
#navbar-iframe:hover{opacity:1.0;filter:alpha(Opacity=100, FinishedOpacity=100)}
NOTE THIS TRICK WILL ONLY WORK WITH NEW BLOGGERS .

0 comments:
Post a Comment