1. Make Firefox Bookmarks toolbar to show in Multiple rows:
Open "userChrome.css" file and copy paste following lines at the end of file:
/* Make bookmarks toolbar to show in multiple rows */
#bookmarks-ptf {display:block}
#bookmarks-ptf toolbarseparator {display:inline}
Save the file and start Firefox to see the effect.
NOTE: For Firefox 3, use following code instead of above mentioned code:
/* Multi-row bookmarks toolbar for Fx3b5pre*/
#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;}
2. 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 {display: none;}
#navigator-toolbox:hover > #PersonalToolbar {display: -moz-box;}
Save the file and start Firefox to see the effect.
NOTE: For Firefox 3, use following code instead of above mentioned code:
/* Auto-hide bookmarks toolbar */
#PersonalToolbar {visibility: collapse !important;}
#navigator-toolbox:hover > #PersonalToolbar {visibility: visible !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
Complete list of AskVG articlesThis article was posted in Browsers, Mozilla Firefox.
Related Articles
Popular Articles
- Frequently Asked Problems with Solutions
- Is Your System Infected with a Virus / Spyware / Adware / Trojan?
- Transform Windows Vista into 7 without using Customization pack
- Transform Windows XP into 7 without using Customization pack
- Transform Windows XP into Vista without using Customization pack
- All About Resource Hacker in a brief Tutorial
- Master Tutorial to Make Your Windows 7 Super Fast
- Master Tutorial to Make Your Windows Vista Super Fast
- Master Tutorial to Make Your Windows XP Super Fast
- All Kinds of Restrictions for Windows XP, Vista and 7



Kevin
Followed instructions for number 1 above (Make Firefox Bookmarks toolbar to show in Multiple rows). Doesn't seem to be working. Found the userChrome.css file without a problem (win XP here). Copy and pasted the lines shown, and saved. Closed all firefox, checking with taskmanager to be sure firefox was off. Then, restarted firefox, and still see only the one row of links.
Any suggestions?
Kevin
Quad Master
Thanks a world for this amazing tip , wanted this from a long time.
And the auto hide feature is an added bonus.
Looking more here -> http://www.mozilla.org/unix/customizing.html
I have found so many solutions to my qtns on ur site.
Thanks Again.
Quad Master
Quad Tek
Quad Master
Is there any way to autohide other bars like the google toolbar.
Quad Master
@Kevin - There are 2 "%AppData%\Mozilla\Firefox\Profiles\xxxxxxxx.defaul t\" folders
both contain chrome subfolder and both shud contain that userChrome.css file , u have to delete that sample file and replace it with userChrome.css [with above mentioned code] in both location , this shud solve ur problem.
Kevin
no, there is just the one folder .default folder, and the one userchrome.css within it.
adin
Any updates to this hack for FF3?
VG
^^ Did you check it in FF 3? It should work.
damnprinter
http://forums.mozillazine.org/viewtopic.php?t=614159
Multi-row bookmark thread for Firefox 3, skip to the end of thread though because we are up to beta 4.
Bob
Hi there, thanks for the autohide toolbar. Just wondering if there's a way to make it not shift the window when i hover over it, gets annoying a bit after everytime the window resizes up and down. Thanks.
VG
^^ Afaik no way. If I come to know about it, I'll definitely let you know.