The Auto hide tutorials works when visitors mouse over to the top of the original navbar then the navbar will appear and if visitor move the mouse down (not in the navbar area) then automatically navbar will disappear.
On the Edit HTML page, look for the code body {
then put code below above this body { code
body {
#navbar-iframe{opacity:0.0;filter:alpha(Opacity=0)}
#navbar-iframe:hover{opacity:1.0;filter:alpha(Opacity=100, FinishedOpacity=100)}
September 19, 2009 at 2:52 AM
shouldnt it be?
#navbar-iframe{opacity:0.0;filter:alpha(Opacity=0);}
#navbar-iframe:hover{opacity:1.0;filter:alpha(Opacity=100, FinishedOpacity=100);}
October 27, 2009 at 6:56 PM
Thanks for the tutorial! Bloggy Blog Designz, The Neuff, Whitney's Random Ideas
August 31, 2010 at 10:31 AM
Thank You for sharing
Lucky Tips for All at http://luckytips4all.blogspot.com/
January 11, 2011 at 2:01 AM
thanks a lot...