Thursday, October 9, 2008

.neat blog hack.

I found a neat blog hack that makes your navi bar at the top of your blogger page, peek a boo. Basically it disappears until you run your mouse over the top. If you look at the top of my page you can see that little blogger bar is gone. Alot of us know a little about HTML code and this one was easy to do. Let me know if you need any help.

1.-
Open Your Layout Settings
2.-Go To The Edit HTML
3.-Put This Two Lines Of Code Inside The CSS Section That Is After The Color Parameters Arrays Of Your Blogger v3.0 Template And Before the /head Code Tag:

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


Need more guidance to do it? ok, just look for this spot in your template Before the /Head code tag in the CSS section:



And the put it there so it can look like this:



4.-Save Template
5.-Look At Your Blog

1 comments:

Kerry said...

Well, you were always the computer kid in the house. That's really neat!