Firefox only: Yesterday you learned how to auto-hide your Firefox bookmarks toolbar, and today we’ve got the tweak to make that toolbar wrap onto multiple lines instead of scrolling off the right side. Like the auto-hide tweak, this requires a change to your Firefox profile’suserChrome.css
file. Here’s the CSS you need:
/* Multi-row bookmarks toolbar */ #bookmarks-ptf {display: block;} #bookmarks-ptf toolbarseparator {display: inline;}
You can combine this technique with the auto-hide technique to make all the lines of your bookmarks toolbar appear when you hover. If you’re new to
userChrome.css
, here’s more on working with it. Thanks, Mike!
Nice little tip there!! Thanks