system
June 17, 2008, 9:27pm
1
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}
system
June 18, 2008, 1:37am
2
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â.
/* 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.
system
June 18, 2008, 9:17pm
3
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
system
June 19, 2008, 3:34am
4
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;}
DavidR
June 19, 2008, 1:23pm
5
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.
system
June 19, 2008, 2:26pm
6
DavidR
June 19, 2008, 3:18pm
7
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.
system
June 19, 2008, 4:09pm
8
O.K. DavidR. I tried the theme and the trick works fine with it, too.
http://img299.imageshack.us/img299/2302/multirowbookmarktoolbaroj3.th.jpg
Not a bad theme at all, seriously. 8)
DavidR
June 19, 2008, 4:22pm
9
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.
system
June 19, 2008, 10:33pm
10
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