Avast WEBforum

Other => General Topics => Topic started by: Avastfan1 on June 17, 2008, 11:27:39 PM

Title: Firefox 3 Bookmark Toolbar
Post by: Avastfan1 on June 17, 2008, 11:27:39 PM
Dear Avast Forum Users and Gurus,

Does anybody know how to expand the bookmark toolbar to more than one line in Firefox 3?

I tried again to modify the userChrome.css file and use the tweak I used last time but to no avail :(

Any help would be much appreciated!

Avastfan1

PS: These were two of the ones I tried!

#PersonalToolbar {display: none;}
#navigator-toolbox:hover >
#PersonalToolbar {display: -moz-box;}

/* Multi-row bookmarks toolbar */
#bookmarks-ptf {display:block}
#bookmarks-ptf toolbarseparator {display:inline}
Title: Re: Firefox 3 Bookmark Toolbar
Post by: Sesame on June 18, 2008, 03:37:38 AM
I haven't tried this by myself since I don't use the bookmark toolbar but, according to MozillaZine (http://kb.mozillazine.org/Multiple_row_bookmark_toolbar), FF3 seems to require "a bit more code".

Code: [Select]
/* Multi-row bookmarks toolbar for Fx3b5pre*/
#bookmarksBarContent
{display:block !important;}
.places-toolbar-items
{display:block !important;
height: 35px !important;
overflow-y:auto !important;}
#bookmarksBarContent toolbarseparator
{display:inline !important;}
#bookmarksBarContent .bookmark-item
{visibility: visible !important;}
.chevron {height: 0px !important;}

As you see, this is for Firefox 3 beta 5 but it hopefully works with official FF3.
Title: Re: Firefox 3 Bookmark Toolbar
Post by: Avastfan1 on June 18, 2008, 11:17:35 PM
Hi Rumpelstiltskin,

Thanks for your prompt reply.

I entered the code exactly as it was displayed into userChrome.css, and although I obtained an additional second line for my bookmark toolbar the excess bookmarks (ie. those that don't fit on line 1) continue off the page on the top line to the right :-(

Do you by any chance have any other code or ideas? :-)

Thanks in advance!

Avastfan1

Title: Re: Firefox 3 Bookmark Toolbar
Post by: Sesame on June 19, 2008, 05:34:21 AM
I entered the code exactly as it was displayed into userChrome.css, and although I obtained an additional second line for my bookmark toolbar the excess bookmarks (ie. those that don't fit on line 1) continue off the page on the top line to the right :-(
I wonder if I understand you correctly but if you meant the second line was not enough, you may need to adjust the height by editing the red number.

 /* Multi-row bookmarks toolbar for Fx3b5pre*/
#bookmarksBarContent
{display:block !important;}
.places-toolbar-items
{display:block !important;
height: 35px !important;
overflow-y:auto !important;}
#bookmarksBarContent toolbarseparator
{display:inline !important;}
#bookmarksBarContent .bookmark-item
{visibility: visible !important;}
.chevron {height: 0px !important;}
Title: Re: Firefox 3 Bookmark Toolbar
Post by: DavidR on June 19, 2008, 03:23:53 PM
Not wishing to put words into Avastfan1's mouth. What I think it means the additional bookmarks don't overflow into the second line, but don't get displayed until you click the >> double arrow or continuation symbol on the first line.
Title: Re: Firefox 3 Bookmark Toolbar
Post by: Sesame on June 19, 2008, 04:26:17 PM
Hmmm...  Snapshot may help.  I'll leave mine just for reference.

(http://img246.imageshack.us/img246/6087/multirowbookmarktoolbargs0.th.jpg) (http://img246.imageshack.us/my.php?image=multirowbookmarktoolbargs0.jpg)

(http://img391.imageshack.us/img391/2959/multirowbookmarktoolbarib7.th.jpg) (http://img391.imageshack.us/my.php?image=multirowbookmarktoolbarib7.jpg)
Title: Re: Firefox 3 Bookmark Toolbar
Post by: DavidR on June 19, 2008, 05:18:06 PM
Certainly working on yours, I hate the default firefox theme though.

Check out this one, Aeon Clouds, see image. As you can see I don't use the Bookmarks toolbar ;D I like the menu drop downs as well.
Title: Re: Firefox 3 Bookmark Toolbar
Post by: Sesame on June 19, 2008, 06:09:33 PM
O.K.  DavidR.  I tried the theme and the trick works fine with it, too.  ;)
(http://img299.imageshack.us/img299/2302/multirowbookmarktoolbaroj3.th.jpg) (http://img299.imageshack.us/my.php?image=multirowbookmarktoolbaroj3.jpg)

Not a bad theme at all, seriously.  8)
Title: Re: Firefox 3 Bookmark Toolbar
Post by: DavidR on June 19, 2008, 06:22:51 PM
Yes it is a cool theme and my low resolution gif image screen shot doesn't do it justice.

I only went looking for a theme when the one I used in preference to the 2.0 default (Winestripe, clean and simple look) wasn't compatible with 3.0.
Title: Re: Firefox 3 Bookmark Toolbar
Post by: Avastfan1 on June 20, 2008, 12:33:14 AM
Dear Avast Forum Users,

Firstly thanks for all the support and assistance, it is very much appreciated.

This solved the problem --> http://forums.mozillazine.org/viewtopic.php?f=48&t=659677

Keep up the sterling work lads!

Avastfan1
Title: Re: Firefox 3 Bookmark Toolbar
Post by: DavidR on June 20, 2008, 12:49:32 AM
Thanks for the update.