Hover Peek-a-boo Blogger Navbar: How to Hide Blogger Navbar and Make It Visible When You Place the Mouse Cursor on It?
By blog
The Blogger Navbar appears by default at the top of every Blogger-powered blog.In the previous tutorials, I described how to change the color of the Blogger Navbar or remove the Blogger Navbar form you blog. But there is another way to auto hiding the Navbar without deleting permanently. This page contains the information to hide Blogger Navbar from your blog and auto visible the Blogger Navbar when you put mouse cursor on the top of the blog area.
Steps to hide Blogger Navbar and make it visible when you place the mouse cursor on it?
Follow the following steps to hide Blogger Navbar and make it visible when you place the mouse cursor on it:
Step 1: Log in to your Blogger account and accessing to Dashboard
Go to www.blogger.com and log in to your Blogger account by using your usernaeme and pasword. After successful log in, you will redirect to Dashboard. Form the "Dashboard" select the blog which you want to delete or remove or hide Blogger Navbar.
Step 2: Back-up your blog
Before doing any change of your blogger template, it's wise to back-up your blog template. You may take back-up your blogger through different ways. You may take back-up your blog design only or may take back-up your widgets only or may take back-up all of your blogs. To learn about to take back-up, you may read Blogger Safety : How to Ensure Your Blogger Safety and Ensure Your Blog's Back-up.
Step 3: Accessing the blogger template code to edit
- Click on the Layout link of the blog you want to remove Blogger Navbar.
- Form the "Layout" window, click on Edit HTML link.
- Click on Expand Widget Templates.
Note: For more details, Blogspot template code: How to find and edit blogspot template code?
Step 4: Code for auto hiding Blogger Navbar and re-enabling when you put your cursor on the top area of your blogger
- Find the following code segment form your blogger template code
]]></b:skin> </head>
- Copy the following code and paste it before the above code
/*
Code is developed by:
http://hubpages.com/_rt3/profile/blog
Blogspot Tutorial Index:
http://hubpages.com/_rt3/hub/blog-index
Code Description:
Codes for removing Bloger Navbar form your blog
*/
#navbar-iframe{
opacity:0.0;
filter:alpha (Opacity=0)
}
#navbar-iframe:hover{
opacity:1.0;
filter:alpha (Opacity=100, FinishedOpacity=100)
}- Now, click on Save Template button to save the changes you made..
That's all. Now, the Blogger Navbar will auto hide. Now, if you place your mouse cursor on the top of your blog, you will see Blogger Navbar. If you again remove your mouse cursor again it will auto hide.
Live Demo:
By using this tutorial, you can easily auto hide Blogger Navbar form your blog. When you place your mouse cursor on the top area of the blog, you will see the Blogger Navbar. If you again remove your mouse cursor form the top area of your blog, the Blogger Navbar again will be disabled automatically. You may see one demo of this tutorial if you wish so. By using this tutorial, the following blog is implemented. [Click the following link to view the demo]
© This tutorial is written by Blog.
For more blogspot tutorials, visit http://hubpages.com/hub/blog-index
Related Resources
Comments
I have tried this, but the blogger nav bar will not show up for me.
My new template seems to be missing ANY navbar code at all. Is there a tutorial to RESTORE the navbar and then make it hover?
Please help?
Just tried this and the nav bar hides even when the cursor is present. The buttons are active, but you can't see what you are clicking on!
Found out the hack works to show Nav bar in hide or see state in Firefox but doesn't show the nav bar in IE at all.
What if you use your own layout though?
Thank you for the great idea, it's much better than simply hiding the navbar!!!Keep up with the good work!!!
thank you so much. you explanations are real easy to understand. kudos!
This is fantastic! Thanks for your help!
nice post, i like it. Thanks U
Thanks a lot
Is it legal?
Worked fine for me. I tried first this code:
#navbar-iframe {
height:5px;
}
/* IE7, IE8, IE6 */
#navbar-iframe { height/*\**/: 30px\9; }
#navbar-iframe:hover {
height:40px; !important; }
But this one, actually, only hide the NavBar "cutting" the px frame, and turns out to be difficult to place the mouse cursor on it and hover out the navbar.
The only difference on this one, was that in IE it function. But, who cares? The opacity code is way better.
Thanks!
Many Many Thanks' for nice posting.
rancidTaste's Recent Pages
- Drawing a line: How to draw a line using HTML 5?
HTML5 canvas API provides basics tools and great supports to draw and style different types of sub paths including lines, arcs, Quadratic curves, and Bezier curves, as well as a means for creating paths by connecting sub paths. - 15 hours ago
- SEO Pages
SEO, Search Engine Optimization and Keywords - these common three terms are the brainstorming terms for any content publisher, seo company, seo service provider, seo researcher, seo firm, seo consultant, seo professional or other seo lover. - 3 months ago
- WordPress.org vs. WordPress.com: An explained comparison between WordPress.org an WordPress.com
WordPress is a common name but do you know that there are two things: WordPress. - 3 months ago
- Creating database from cpanel: How to create a database from cpanel hosting?
A step by step full tutorial to create a database from cpanel hosting account for any dynamic website. - 3 months ago
- Natural Join in Database: Retrieving records from more than one table with Natural Joins
Natural Join is one of the sql joining. - 3 months ago
- Explanation of SQL Join: Obtaining data from multiple tables using Join
Explanation of SQL Join: Obtaining data from multiple tables using Join. - 3 months ago
- How to solve "CreateFile error 32 when trying set file time" Error During Oracle Installation
Solution of the Oracle installation problem on Windows 7 / Windows XP during Oracle installation start-up. - 3 months ago
- A Brief Explanation of SQL Statements and Classification
Any type of database is based on several statements. - 3 months ago
blog's Recent Pages
- Hover Peek-a-boo Blogger Navbar: How to Hide Blogger Navbar and Make It Visible When You Place the Mouse Cursor on It?
The Blogger Navbar appears by default at the top of every Blogger-powered blog. - 2 years ago
- Remove or Hide the Blogger Navbar: How to Remove or Hide Blogger Navbar?
The Blogger Navbar appears by default at the top of every Blogger-powered blog. - 2 years ago
- Change the Color of Blogger Navbar: How to Change the Color of Blogger Navbar?
The Blogger Navbar appears by default at the top of every Blogger-powered blog. - 2 years ago
- Blogger Navbar: What Is Blogger Navbar And It's Advantages and Disadvantages
Blogger Navbar appears at the top of every blogger by default. - 2 years ago
- Adding "Top of Page" Icon Link: How to Add "Top of Page" Icon Link on Your Blog or Website
Many of the websites or blogs posts have a small text or image floating at the bottom-right or bottom-left or bottom-center. - 2 years ago
- Adding "Top of Page" Text Link: How to Add "Top of Page" Text Link on Your Blog or Website
Many of the websites or blogs posts have a small text or image floating at the bottom-right or bottom-left or bottom-center. - 2 years ago
- Adding Signature to Blogger Posts: How to Add a Signature under Your Blogger Posts?
You can easily add your own custom signature to your blogger posts. - 2 years ago
- Blogger Falling Rectangles : How to Add Falling Rectangles to Blogger?
You can add falling objects like small rectangles, circles, stars etc. - 2 years ago
learnbloggingtips 2 years ago
Great and good explanation for beginners...i like your site...keep doing it.
Your best friend here R.Ramesh