Firefox question...

fiveub's Slave
Associate
Joined
1 Sep 2007
Posts
1,461
Location
OcUK HQ
Does anybody know if i can add another bookmarks toolbar at the top of my screen as i find it very usful and want another one! Is there a plug in? - i have tried to find one with no luck though. :(

Thanks, Ben.
 
How about this?: http://forums.mozillazine.org/viewtopic.php?t=254701

EDIT: The way I keep my bookmarks is as favicons largely with no label. I can fit about a hundred of them across the screen. Just an idea.

I tried the method at the link to see if it would work:
bkmio0.png
 
Wouldn't it be cleaner to just better organise your bookmarks?
This is how I have mine done. I shrank the window so the image wouldn't be too long but on my 20" widescreen, I could fit more than double the categories I have in there now and still have room.

firefoxBookmarks.jpg
 
Wouldn't it be cleaner to just better organise your bookmarks?
This is how I have mine done. I shrank the window so the image wouldn't be too long but on my 20" widescreen, I could fit more than double the categories I have in there now and still have room.

Personally I don't like having to clock through submenus. I like the speed and efficiency of clocking on the obvious favicon.
 
Wouldn't it be cleaner to just better organise your bookmarks?
This is how I have mine done. I shrank the window so the image wouldn't be too long but on my 20" widescreen, I could fit more than double the categories I have in there now and still have room.

firefoxBookmarks.jpg

I like that, what theme is that?
 
Last edited:
Is there a way to remove the icons from the bookmark toolbar and just have the website names? I think it looks a bit messy with the icons.

Sorry for hijacking thread!
 
Edit or create chrome\userChrome.css in your profile, and add

Code:
.bookmark-item .toolbarbutton-icon {
	display: none !important;
}
 
Back
Top Bottom