1. Make Firefox Bookmarks toolbar Auto-hidden:
Open "userChrome.css" file and copy paste following lines at the end of file:
/* Auto-hide bookmarks toolbar */
#PersonalToolbar {visibility: collapse !important;}
#navigator-toolbox:hover > #PersonalToolbar {visibility: visible !important;}
2. Make Firefox Bookmarks toolbar to show in Multiple rows:
Open "userChrome.css" file and copy paste following lines at the end of file:
/* Multi-row bookmarks toolbar*/
#bookmarksBarContent
{display:block !important;}
.places-toolbar-items
{display:block !important;
height: 35px !important;
overflow-y:auto !important;}
#bookmarksBarContent toolbarseparator
{display:inline !important;}
#bookmarksBarContent .bookmark-item
{visibility: visible !important;}
.chevron {height: 0px !important;}
NOTE: To know about the location and more information about "userChrome.css" file go through following link:
List of Files that can be Hacked to Configure Firefox
This article was posted by VG in following section: Mozilla Firefox.
If you enjoyed this article, you can subscribe to our RSS feed or free newsletter to get all new articles directly in your Inbox. Also check out our most popular articles and archive to read other interesting articles. If you have some news or tip to share, please send us.
sbw07
I have a problem using the Autohide tweak. Once I start autohiding, I can't click on bookmarks that are in subfolders of the Bookmarks Toolbar (like Latest Headlines). Only bookmarks that are directly on the toolbar work.
sbw07
Thanks for the tip!
Paul
excellent mod! is there any way to set a 1 sec delay before the toolbar disappears again? It keeps disappearing when I don't want it to when using a trackpad!
VG
^^ Sorry but its not possible.
write
hey guys, is there a way to set a timer or something on the Auto-hide thing.. i mean, i'd like it to wait for like 2 seconds before poping up.. so it'll never happen accidentaly, for example i pass the curssor up to the address tolbar and the bookmark bar keeps poping up accidentaly... so i was wondering is there a way to set it to 2 secs or X secs .. you know what i mean.
VG
^^ Not possible. :)
Nicolas
#
VG said:
^^ Afaik no way. If I come to know about it, I'll definitely let you know. :)
-->
Did you try that:
A right-click on the navigation toolbar (on the 'home' icon for example) gives a contextual menu allowing to mask toolbars (navigation, bookmark, webdevelopper, etc..)
Neo
Where is the user.chrome file exactly?
I found a 'user.chrome-example' css file in my defaults/profiles/chrome directory of firefox. Do I need to change this file or create a new text file and save it as a .css ?
I dont know anything about firefox customisation btw. So a step by step would be really aprreciated.
Thanks
VG
^^ You can rename that file or create a new file.
lucky
how can i increase the rows of other toolbar like google toolbar lite , actually i want to highlight many words which are out o scope of one toolbar, so i want toolbar that can show all the words in two or three rows