THE BLOG THAT WAS HERE HAS MOVED, YOU'LL BE REDIRECT IN 10 SECONDs, IF YOU'RE NOT REDIRECT CLICK HERE, PLEASE UPDATE YOUR BOOKMARKS.

O BLOGUE MUDOU-SE, VAI SER REDIRECCIONADO(A) EM 10 SEGUNDOS, SE NÃO FOR REDIRECCIONADO CLIQUE AQUI E ACTUALIZE OS SEUS FAVORITOS.

Artigos recentes

04 dezembro 2006

How to hide the navbar on Blogger beta (3.0)

postado por: Ricardo Santos




Listen to this post as an MP3 file

This is one of the most simple yet effective hacks for blogger beta (3.0). Does the blogger navbar messes's up the layout of your blog and you wish it could be hidden and only activated by the user if he wishes? No problem, Avatar came up with a solution, just locate the following piece of code on your blog's CSS:

body {
background:$bgcolor;
and add the following 2 lines of code:

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


in the end you'll endup with this:

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

body {
background:$bgcolor;
save your template, that's it, go to your blog and you'll notice the navbar is hidden, to activate it just hoover your mouse over it.

Comments 0 comments

Categorias

Subscribe feeds rss Comentários recentes

Subscribe feeds rss Artigos recentes