Showing posts with label javascripts. Show all posts
Showing posts with label javascripts. Show all posts

Monday, August 27, 2007

How to remove Blogger Beta Navbar

I never happened to like the Blogger Navbar at the top of my Blog and I bet all the Bloggers have the same opinion.
Ok... lets waste no more time and get into our work. Lets learn HOW TO REMOVE BLOGGER BETA NAVBAR

  • First, login into your blogger (beta) account and click Template.
  • Now, click on Edit HTML. Wait... look at the code and go to line which says

    /* global
    ----------------------------------------------- */

    Infact, you can add the hack code anywhere in the stylesheet but I reccomend you to do as I said so that you don't screw up the layout.
  • Now add this style (the hack code) anywhere in the stylesheet

    #navbar #Navbar1 iframe{
    display:none;
    visibility:none;
    }

  • Save the changes and have a look at your new Blog. You'll find that the Navbar has disappeared
Note: This hack has been devised entirely by me and please let me know if it is published in any other site without proper credits. You can use the code and publish the method as long as you give me the proper credit.
Also please let me know if you have any problems using the hack code.

Javascript Fun [Edit Any Webpage]

Using this great trick you can edit any website you want...set there parameters and much more..

Here is how to Use it :
1) Go to any web-site you want to edit
2) Copy this Javascript :
javascript:nick=document.body;nick.contentEditable='true'; document.designMode='on'; void 0
3) Past this Javascript into the address bar (Where you write addresses of sites like www.google.com)
4) Press Enter Or Click Go

See the Magic...
Hope you enjoy it...
and don't forget to give the feed back so i keep on posting such tricks..