new Embed stuff in your pages: Customize your blog - remove the blogger toolbar
Add to Technorati Favorites

Monday, April 2, 2007

Customize your blog - remove the blogger toolbar

You don't like the blogger toolbar and don't know how to get rid of it? Here's a small script I wrote that helps you do that:

<script>$_$=function() {var $a = document.getElementById("navbar");if($a){$a.style.width = "0px";$a.style.height = "0px";$a.style.display = "none";}window.setTimeout("$_$()", 100);};$_$();</script>


Just embed this small javascript inside your blogger template. A good place would be right after the <head> tag.

Here's a blog that uses this script: http://rotite.blogspot.com/. Enjoy!

No comments: