How can I make a second bookmarks toolbar in firefox?
Of course its possible to create a ‘second bookmark toolbar’ under the first one. You just have to add a certain piece of code in the userChrome.css file. Create a file userChrome.css in the chrome subfolder of the profile folder of firefox. For this click on Start -> run > Type in %appdata% and hit OK. This will open application data folder or appdata\roaming if you’re in vista. From here browse to Mozilla \ Firefox \ Profiles \ xxxxxxxx.default (this is your profile folder). In here you’ll find the folder Chrome Enter the folder chrome and create the file userChrome.css In the file enter this code: #bookmarks-ptf {display:block} #bookmarks-ptf toolbarseparator {display:inline} you might want to add a comment before putting the above code…anything between /* and */ is taken as comment. so on the first line of userChrome.css put in something like: /*adding a second row of bookmarks toolbar*/ AFter that enter the code which i put above. Save the file and restart Firefox. There you are