Peekaboo Navbar

Posted by Alex on Sunday, May 27, 2007

By using this hack, you navbar will remain hidden by default but when you move you mouse near the top of the page,it will appear again.


1. Copy the code below


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



2. and paste it before

body {
background:$bgcolor;
...


Read More...