Blogger NavbarMake a Navbar to appear in in Hover.When visitor will hover their mouse curser Navbar will be seen but when they take out their mouse Navbar will Hide.Isn’t it interesting.For adding this affect you should not disable or Remove Navbar,For restoring refer here.. This effect is done by CSS not by JavaScript.To add this affect then follow this.

  1. Go to Blogger>Template>Edit HTML
  2. Add this in your CSS just before ]]></b:skin> .
    #navbar {
    opacity:0;
    filter:alpha(opacity=0);
    position:relative;
    ;z-index:10;
    } 
    
    #navbar:hover {
    opacity:1;
    filter:alpha(opacity=70);
    }
  3. You can change The CSS code as your wish.Just change opacity and margin to make navbar visible.

Enjoy.

Admin of Blogger Rounder
Shirshak is the Administrator of the Blogger Rounder who thinks he will die next to Blogger. He is Completely devoted to Blogger and thinks Web Designing will makes is career.You contact using contact form from navigation tab to him.You can find him in Twitter.

Subscribe for free
Thanks for visiting Blogger Rounder.We can subscribe to Blogger Rounder's by RSS feed or email updates.

0 comments on "Adding Hover Effect to Blogger Navbar.":

Post a Comment

We Love To Hear Comments from You.Comments are Welcome.You can comment here regarding this Post.If it is not related with the post you can ask a question by Contacting Us.Before Comment Please Subscribe To our RSS or email updates.Publishing Spam Comment is Not allowed.If you want to Add Code then Please Encode it.
Simple Tags like <a> ,<strong>,<b>,<em> and <i> are allowed for preventing spam

Newer page Older Pager Home Pager

Pls share this page

Get this
Copyright © 2012 Blogger Rounder .Designed by Shirshak.
back to top