Author Topic: Firefox 3 Bookmark Toolbar  (Read 9228 times)

0 Members and 1 Guest are viewing this topic.

Avastfan1

  • Guest
Firefox 3 Bookmark Toolbar
« 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}

Sesame

  • Guest
Re: Firefox 3 Bookmark Toolbar
« Reply #1 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, 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.

Avastfan1

  • Guest
Re: Firefox 3 Bookmark Toolbar
« Reply #2 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


Sesame

  • Guest
Re: Firefox 3 Bookmark Toolbar
« Reply #3 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;}
« Last Edit: June 19, 2008, 05:50:33 AM by Rumpelstiltskin »

Offline DavidR

  • Avast Überevangelist
  • Certainly Bot
  • *****
  • Posts: 89065
  • No support PMs thanks
Re: Firefox 3 Bookmark Toolbar
« Reply #4 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.
Windows 10 Home 64bit/ Acer Aspire F15/ Intel Core i5 7200U 2.5GHz, 8GB DDR4 memory, 256GB SSD, 1TB HDD/ avast! free 24.3.6108 (build 24.3.8975.762) UI 1.0.801/ Firefox, uBlock Origin, uMatrix/ MailWasher Pro/ Avast! Mobile Security

Sesame

  • Guest
Re: Firefox 3 Bookmark Toolbar
« Reply #5 on: June 19, 2008, 04:26:17 PM »
Hmmm...  Snapshot may help.  I'll leave mine just for reference.



« Last Edit: June 19, 2008, 04:42:10 PM by Rumpelstiltskin »

Offline DavidR

  • Avast Überevangelist
  • Certainly Bot
  • *****
  • Posts: 89065
  • No support PMs thanks
Re: Firefox 3 Bookmark Toolbar
« Reply #6 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.
Windows 10 Home 64bit/ Acer Aspire F15/ Intel Core i5 7200U 2.5GHz, 8GB DDR4 memory, 256GB SSD, 1TB HDD/ avast! free 24.3.6108 (build 24.3.8975.762) UI 1.0.801/ Firefox, uBlock Origin, uMatrix/ MailWasher Pro/ Avast! Mobile Security

Sesame

  • Guest
Re: Firefox 3 Bookmark Toolbar
« Reply #7 on: June 19, 2008, 06:09:33 PM »
O.K.  DavidR.  I tried the theme and the trick works fine with it, too.  ;)


Not a bad theme at all, seriously.  8)

Offline DavidR

  • Avast Überevangelist
  • Certainly Bot
  • *****
  • Posts: 89065
  • No support PMs thanks
Re: Firefox 3 Bookmark Toolbar
« Reply #8 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.
Windows 10 Home 64bit/ Acer Aspire F15/ Intel Core i5 7200U 2.5GHz, 8GB DDR4 memory, 256GB SSD, 1TB HDD/ avast! free 24.3.6108 (build 24.3.8975.762) UI 1.0.801/ Firefox, uBlock Origin, uMatrix/ MailWasher Pro/ Avast! Mobile Security

Avastfan1

  • Guest
Re: Firefox 3 Bookmark Toolbar
« Reply #9 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

Offline DavidR

  • Avast Überevangelist
  • Certainly Bot
  • *****
  • Posts: 89065
  • No support PMs thanks
Re: Firefox 3 Bookmark Toolbar
« Reply #10 on: June 20, 2008, 12:49:32 AM »
Thanks for the update.
Windows 10 Home 64bit/ Acer Aspire F15/ Intel Core i5 7200U 2.5GHz, 8GB DDR4 memory, 256GB SSD, 1TB HDD/ avast! free 24.3.6108 (build 24.3.8975.762) UI 1.0.801/ Firefox, uBlock Origin, uMatrix/ MailWasher Pro/ Avast! Mobile Security