Tech Support Forum banner
Status
Not open for further replies.

Additional Bookmarks Toolbar [RESOLVED]

2.5K views 7 replies 3 participants last post by  throoper  
#1 ·
Is there a way to add an additional bookmarks toolbar to firefox?
 
#3 ·
#4 ·
Re: Additional Bookmarks Toolbar

What I did was make subfolders in the Bookmarks Toolbar folder. Then grouped frequently used links into each one ( I've got one for games, one for tech sites, etc) All I have to do is click on the button on the toolbar and a list drops down with the links in that folder. It's handier than searching through all the Bookmarks.
Hope that helps.
T.
 
#6 ·
Re: Additional Bookmarks Toolbar



Ran across this. I think it's exactly what you want. Add the code to the userChrome.css.
Code:
/* Multi-row bookmarks toolbar */
#bookmarks-ptf {display:block}
#bookmarks-ptf toolbarseparator {display:inline}
It doubles the capacity of the Bookmark toolbar. I've been trying it out and it works great.
T.
 
#7 ·
Re: Additional Bookmarks Toolbar

Ran across this. I think it's exactly what you want. Add the code to the userChrome.css.
Code:
/* Multi-row bookmarks toolbar */
#bookmarks-ptf {display:block}
#bookmarks-ptf toolbarseparator {display:inline}
It doubles the capacity of the Bookmark toolbar. I've been trying it out and it works great.
T.
Thank You very much throoper, thats exactly what i was looking for :grin: :grin: :grin:
 
Status
Not open for further replies.
You have insufficient privileges to reply here.