Pages

Tuesday, December 05, 2006

Blogger Beta Hack : Peek-A-Boo Navbar

Originally posted in Bloggeratto, this piece of code will make your blogger Navbar remain hidden but when you move the cursor on it it will slide down but this is only fully supported on Firefox, Iceweasel(linux),Flock, MZS6,Netscape, Safari & camino(linux).

Just add this 2 lines code in the CSS right before the "body {"

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


There are many other hacks available out there and on my mind that I would like to try out but I'm not in a hurry here.

2 comments:

Avatar X said...

Thanks for link.

;)

Azo said...

No sweat. Your hack rocks.