Is there a way to add an additional bookmarks toolbar to firefox?
/* Multi-row bookmarks toolbar */
#bookmarks-ptf {display:block}
#bookmarks-ptf toolbarseparator {display:inline}
Thank You very much throoper, thats exactly what i was looking for :grin: :grin: :grin:Ran across this. I think it's exactly what you want. Add the code to the userChrome.css.
It doubles the capacity of the Bookmark toolbar. I've been trying it out and it works great.Code:/* Multi-row bookmarks toolbar */ #bookmarks-ptf {display:block} #bookmarks-ptf toolbarseparator {display:inline}
T.