How can we disable address bar (navigation bar) but should display multiple tabs?
we have firefox esr version which we use in kiosk mode. we want to disable navigation bar but should be able to open multiple tabs and access them.
Now problem is : once i enable tabs and navbar is hidden. then we are not able to access next/previous tabs. key shortcut (Ctrl+tab or Ctrl+shift+tab) doesn't work. so we can not see another tab.
once i show navbar/tabs then address bar/search bar is also visible which we don't want.
Our requirement is to see multiple tabs with no address/search bar. Please provide help on how we can go to solve this.
Thanks
Chosen solution
by fazorboythanks to all, this link worked for me. http://support.mozilla.org/en-US/questions/939601
Read this answer in context 0Helpful replies
You can consider adding these to hide the open location dialog (Ctrl+L) and the URL bar and Search bar if they would be moved to another toolbar via customization mode.
#openLocation { display:none!important; }
#urlbar-container { display:none!important; }
#search-container { display:none!important; }
Go to answer
1
Additional System Details
Installed Plug-ins
- Shockwave Flash 11.5 r502
- Google Update
- VMware Remote Console and Client Integration Plug-in
- NPRuntime Script Plug-in Library for Java(TM) Deploy
- Next Generation Java Plug-in 1.6.0_30 for Mozilla browsers
- Windows Presentation Foundation (WPF) plug-in for Mozilla browsers
Application
- User Agent: Mozilla/5.0 (Windows NT 6.0; rv:17.0) Gecko/20100101 Firefox/17.0
More Information
we have tried few properties:
navbar, true -- it show nav bar which we don't want.
command="cmd_newNavigatorTab"> - to enable tab
key_newNavigatorTab - to enable CTRL+T for new tab
Hey fazorboy!
Have you tried removing the address bar with these steps?
Does it help if you move the tab bar to below the toolbars (i.e. not on top)?
Current Firefox versions only show the "Tabs on Top" menu entry in the "View > Toolbars" and "Firefox > Options" menu and in toolbar context menus if the tabs aren't in the default position on top.
If the tabs are on top and the menu entry isn't available and you want to move the tabs below the navigation toolbar then you need to flip the browser.tabs.onTop pref to false on the about:config page.
Note that even if you hide the Navigation Toolbar it is still possible to bring up a location bar via the Ctrl+L shortcut.
Chosen Solution
thanks to all, this link worked for me. http://support.mozilla.org/en-US/questions/939601
Helpful Reply
You can consider adding these to hide the open location dialog (Ctrl+L) and the URL bar and Search bar if they would be moved to another toolbar via customization mode.
#openLocation { display:none!important; }
#urlbar-container { display:none!important; }
#search-container { display:none!important; }
Question owner
thanks cor-el, navbar itself is enough, tabs are still visible.my problem is solved.
