Is there a way to have multiple bookmark toolbars?
I'd like to have multiple bookmark toolbars in Firefox 3 because I've filled it up, however I can't seem to find a way to have multiple bookmark toolbars. I've attempted to contact Mozilla Support over this matter and have yet to receive a reply after 2 months. Is there a way to do so? Can you implement this feature in future versions?
3
people have this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
The best answer from the company
-
Yes there is! See this thread for help, http://forums.mozillazine.org/viewtop...
Basically you add this code to your userchrome.css
/* Multi-row bookmarks toolbar */
#bookmarks-ptf {display:block}
#bookmarks-ptf toolbarseparator {display:inline}
If you know about userchrome.css go ahead and do that, if not the thread explains it.
3 people say
this answers the question
-
Inappropriate?Yes there is! See this thread for help, http://forums.mozillazine.org/viewtop...
Basically you add this code to your userchrome.css
/* Multi-row bookmarks toolbar */
#bookmarks-ptf {display:block}
#bookmarks-ptf toolbarseparator {display:inline}
If you know about userchrome.css go ahead and do that, if not the thread explains it.
3 people say
this answers the question
-
This does not work for me - I have it in my userChrome already and nothing happens- I have a lot of other things in there that *do* work, though, so I know my userChrome is being loaded. -
john, try the second answer, it works! the first one didn't work for me either :( -
I'll give it a shot - just surprised that the other didn't work in Fx 3.1....
I had to use Stylish with GooglePaedia way back when, so I know it works when it needs to.... -
Inappropriate?This doesn't look easier, but it was easier for me.
To expand/add a line to your bookmarks toolbar for FF3, download Stylish (you can find it http://addons.mozilla.org). After Stylish is installed and you've restarted FF3, hit CTRL+M to bring up the Stylish menu. Click the "Write" button at the top-left, makeup a title in the description bar, and then add this code and save:
/* Multi-row bookmarks toolbar for Fx3b5pre*/
#bookmarksBarContent
{display:block !important;}
.places-toolbar-items
{display:block !important;
height: 75px !important;
overflow-y:auto !important;}
#bookmarksBarContent toolbarseparator
{display:inline !important;}
#bookmarksBarContent .bookmark-item
{visibility: visible !important;}
.chevron {height: 0px !important;}
I have 3 rows of links, but if you have more or less just adjust the numbers in the code at <height:>. It's right in the middle. Bigger numbers = bigger toolbar; smaller number = smaller toolbar.
If you want to make the toolbar auto-hide, save this code and click "Write" again. Make up another title in the description bar and then insert this code:
/*
_________________________________________________________________________
| | |
| Title: | Auto Hide Bookmarks Toolbar until Hovered over |
| Description: | Toolbar will only appear when your mouse is at top |
| Author: | -=Ben=- with help from LifeHacker |
| Date Created: | May 22, 2008 |
| Last Updated: | June 22, 2008 |
| Version: | 1.0.0.2 |
|__________________|_____________________________________________________|
*/
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
/* Pop-up bookmarks toolbar */
#navigator-toolbox:hover > #PersonalToolbar
{
visibility: visible !important;
}
#PersonalToolbar
{
visibility: collapse !important;
}
Then save. That's auto-hide your bookmarks toolbar.
See here:
Here's where I found all this out:
http://userstyles.org/stylish/help
http://forum.avast.com/index.php?topi...</height:>
I’m happy.
1 person says
this answers the question
-
totally answers my question, thanks! the only bad thing about this is that it gets rid of the separators, anyway to fix this? -
Inappropriate?This does NOT answer the question. There are several ways to expand the single bookmark toolbar to span rows or scroll or whatever; that's NOT THE SAME as having multiple bookmark toolbars which can be toggled on-and-off.
For instance, I have a set of PERSONAL bookmarks I'd like to have on my toolbar when I'm surfing at home; I have a set of WORK bookmarks I'd like to have when doing general work activities; a set of PROJECT bookmarks only pertinent to a particular task, which don't need to be visible otherwise; etc.
The question is, how to add multiple bookmark toolbars which can be independently activated or disabled?
Loading Profile...



EMPLOYEE


