Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

How to hide nav-bar panel in Blogspot

Featured Replies

First, look example: http://photo-maxchen.blogspot.com

Try to put at the place where it should be, and it will appear.

 

The simplest instruction:

 

Just put script below after tag </head>

 

<style type='text/css'>
#navbar-iframe {
opacity: 0.0;
filter: alpha(Opacity=0)
}

#navbar-iframe:hover {
opacity: 0.5;
filter: alpha(Opacity=50,FinishedOpacity=50)
}
</style>

 

and.... be happy :)

It works in Firefox with or without javascript but I can't get it to work in IE7 with or without ActiveX.

 

I'm not sure I like the styles between the head and body sections (there shouldn't be anything between them); have you tried it inside the head section?

You can always use display: none; to hide the nav bar instead of opacity. Opacity is not a standard method for most browsers. It will not validate on W3.

Opacity is not a standard method for most browsers. It will not validate on W3.

 

opacity is a css3 rule, when you validate select css3!

 

IE5+ has had opacity built in though, but you need to use filter: alpha(opacity=50); which probably won't validate.

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.