Make Navbar Disappear
Saturday, June 06, 2009
Posted by Ridwanox

Follow the step :
under the code <b:skin><
After learn Make Navbar Auto Hide then we continue to create the Transparent Navbar.
Follow the step :
Above code ]]></b:skin>#navbar-iframe{opacity:0.2;filter:alpha(Opacity=0)}
#navbar-iframe:hover{opacity:0.5;filter:alpha(Opacity=100, FinishedOpacity=50)}
Make Navbar Auto Hide
Tuesday, June 02, 2009
Posted by Ridwanox

After learn What is the Navbar? then we continue to create the Auto Hide Navbar.
Follow the step :
Above code body }#navbar-iframe{opacity:0.0;filter:alpha(Opacity=0)}
#navbar-iframe:hover{opacity:1.0;filter:alpha(Opacity=100,
FinishedOpacity=100)