Results 1 to 6 of 6
  1. #1
    NP : Crysis xbonez's Avatar
    Join Date
    Mar 2007
    Location
    City 17
    Posts
    1,415

    Default Firefox Bookmarks Toolbar

    I'm using Mozilla Firefox 3 RC1. How can i increase the size of my bookmarks toolbar to 2 rows instead of the default 1?
    Gaming: Phenom II x4 965BE @ 3.6Ghz/Corsair H50 Liquid Cooling/MSI 790FX-GD70/2x2GB GSkill Ripjaws 7-7-7-24/3 x GTX 470 w/Zalman VF3000F/Corsair 850W PSU/Antec 1200/2xSpinpoint F3 500Gb RAID 0

  2. #2
    Microsoft MVP Vishal Gupta's Avatar
    Join Date
    Jul 2005
    Location
    AskVG.com
    Posts
    5,173

    Default Re: Firefox Bookmarks Toolbar

    Type "%appdata%\Mozilla\Firefox\Profiles\" in RUN dialog box and press Enter. It'll open Mozilla Profiles folder. Now open your profile folder under it and then goto "chrome" folder. Now Add following lines in "userChrome.css" file:

    Code:
    /* Make bookmarks toolbar to show in multiple rows */
    #bookmarks-ptf {display:block}
    #bookmarks-ptf toolbarseparator {display:inline}

  3. #3
    Think Zen. ray|raven's Avatar
    Join Date
    Dec 2005
    Posts
    1,498
    Do what you will; but not because you must. -- Zen Quote

  4. #4
    NP : Crysis xbonez's Avatar
    Join Date
    Mar 2007
    Location
    City 17
    Posts
    1,415

    Default Re: Firefox Bookmarks Toolbar

    @VG : that only works for FF2

    @rayraven : thanks...the following code worked

    Code:
    /* Multi-row bookmarks toolbar for Fx3b5pre*/
    #bookmarksBarContent
    {display:block !important;}
    .places-toolbar-items
    {display:block !important;
    height: 50px !important;
    overflow-y:auto !important;}
    #bookmarksBarContent toolbarseparator
    {display:inline !important;}
    #bookmarksBarContent .bookmark-item
    {visibility: visible !important;}
    .chevron {height: 0px !important;}
    Gaming: Phenom II x4 965BE @ 3.6Ghz/Corsair H50 Liquid Cooling/MSI 790FX-GD70/2x2GB GSkill Ripjaws 7-7-7-24/3 x GTX 470 w/Zalman VF3000F/Corsair 850W PSU/Antec 1200/2xSpinpoint F3 500Gb RAID 0

  5. #5
    Think Zen. ray|raven's Avatar
    Join Date
    Dec 2005
    Posts
    1,498

    Default Re: Firefox Bookmarks Toolbar

    ^Glad it worked
    Do what you will; but not because you must. -- Zen Quote

  6. #6
    Microsoft MVP Vishal Gupta's Avatar
    Join Date
    Jul 2005
    Location
    AskVG.com
    Posts
    5,173

    Default Re: Firefox Bookmarks Toolbar

    Oops. I apologize. I didnt read carefully.

Similar Threads

  1. Transfer of Firefox Bookmarks !!
    By indian_samosa in forum Software Q&A
    Replies: 4
    Last Post: 03-09-2007, 12:53 AM
  2. firefox bookmarks lost
    By ssk_the_gr8 in forum Software Q&A
    Replies: 4
    Last Post: 20-05-2007, 07:42 PM
  3. How to hide bookmarks in firefox
    By Champs in forum Internet & WWW
    Replies: 4
    Last Post: 29-07-2006, 09:37 PM
  4. [HELP] Firefox bookmarks disapppeared
    By //siddhartha// in forum Internet & WWW
    Replies: 4
    Last Post: 06-09-2005, 07:58 PM
  5. Help me to Backup Firefox Bookmarks...
    By Blitzux in forum Software Q&A
    Replies: 4
    Last Post: 31-07-2005, 01:13 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Close