Ocultar dinâmicamente a barra de navegação do blogger


/ Published in: CSS
Save to your folder(s)



Copy this code and paste it in your HTML
  1. /* Ocultar dinamicamente a barra de navegacao do blogger */
  2. /* Nota: funciona no Firefox, Opera, Chrome, mas não no IE */
  3.  
  4. #navbar-iframe {opacity: 0.0; filter: alpha(Opacity=0);}
  5. #navbar-iframe:hover {opacity: 1.0; filter: alpha(Opacity=100,FinishedOpacity=100);}

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.