With Firefox' new version 3.6, my double bookmark disappeared. This double bar was created through the Styles add-on with the following code:
Obviously, I did not create this code myself, but I do wonder how to make this code work for Firefox 3.6...
Many thanks.
Code:
/* Multi-row bookmarks toolbar for Fx3b5pre*/
#bookmarksBarContent
{display:block !important;}
.places-toolbar-items
{display:block !important;
height: 45px !important;
overflow-y:auto !important;}
#bookmarksBarContent toolbarseparator
{display:inline !important;}
#bookmarksBarContent .bookmark-item
{visibility: visible !important;}
.chevron {height: 0px !important;}
Obviously, I did not create this code myself, but I do wonder how to make this code work for Firefox 3.6...
Many thanks.