Where the users have the power to submit, vote, and talk about Mozilla and Firefox News, Firefox Extension, Mozilla Development, Mozilla Stories are chosen by the community members and the editors. Add Foxiewire To Your Search Toolbar, The Spreadfirefox Foxiewire Group Members 5763 Foxiewire Addon Extension Downloads = 3,070 Get Involved a global community working together
Related Links
Report spam
Link
Comments
More at http://userstyles.org/styles/search/firefox+3?category=app
Great link Lou.
I'm going to go get some new toys.
I really do miss my multiple bookmarks toolbars in Firefox 3.
This doesn't work any longer I guess due to the bookmarks restructuring.
/* Multi-row bookmarks toolbar */
#bookmarks-ptf {display:block}
#bookmarks-ptf toolbarseparator {display:inline}
I think that bookmarks-ptf isn't used anymore but I'm not sure and I don't have a fix. :(
@Ken:
Yikes, that was tougher than I would have liked but here it is:
/* Multi-row bookmarks toolbar */
#PersonalToolbar {height: 100% !important; max-height: none !important;}
#PersonalToolbar:not([collapsed]) toolbarbutton {
visibility: visible !important;
}
#bookmarksBarContent .bookmarks-toolbar-items, #bookmarksBarContent { display: block !important;}
I think that should do what you need. You might have to adjust the height value but otherwise this worked for me.