How to double my personal bar in Firefox 3?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Basic_man
    Programming King Pin
    • Oct 2003
    • 27360

    #1

    How to double my personal bar in Firefox 3?

    I'm wondering if anyone know how to double the size of my personal links bar in FF3? I mean, having the double more links
    UUGallery Builder - automated photo/video gallery plugin for Wordpress!
    Stop looking! Checkout Naked Hosting, online since 1999 !
  • ExtremeBank_Adam
    Confirmed User
    • Dec 2005
    • 1671

    #2
    Personal links bar?
    Do you mean the address bar?

    ExtremeBank.com, the EXTREME program for the Pornicate.com Network of sites:
    Naughty Alysha, Roxy Raye, Buddha Bang, Angie Noir, Fisting Sex, Extreme Ty & many more.
    Email: adam [at] extremebank.com | ICQ: 331-797-412

    Comment

    • Basic_man
      Programming King Pin
      • Oct 2003
      • 27360

      #3
      It's the quick links bar under the adress bar. Sorry, my Firefox is set in French
      UUGallery Builder - automated photo/video gallery plugin for Wordpress!
      Stop looking! Checkout Naked Hosting, online since 1999 !

      Comment

      • StuartD
        Sofa King Band
        • Jul 2002
        • 29903

        #4
        Ok, this is what you do:

        Locate your profile directory for Firefox... in the case of Windows, it'll be
        C:\documents and settings\{user}\application data\mozilla\firefox\profiles\{profile}\

        In there, go into the "Chrome" directory and you'll see 2 example files.
        userChrome-example.css
        userContent-example.css

        Ignore both.. what you want to do is create a brand new file called:
        userChrome.css

        In this file, put this code:
        Code:
        @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */
        
        /* Multi-row bookmarks toolbar */
        #bookmarks-ptf {display:block !important;}
        #bookmarks-ptf toolbarseparator {display:inline !important;}
        
        /* Sometimes you may need this */
        #PersonalToolbar {max-height: none !important;}
        
         /* Multi-row bookmarks toolbar for Fx3b5pre*/
        #bookmarksBarContent
        {display:block !important;}
        .places-toolbar-items
        {display:block !important;
        height: 65px !important;
        overflow-y:auto !important;}
        #bookmarksBarContent toolbarseparator
        {display:inline !important;}
        #bookmarksBarContent .bookmark-item
        {visibility: visible !important;}
        .chevron {height: 0px !important;}
        The line that has "height: 65px !important" can be adjusted to suit your needs. 65 is a rough estimate at doubling it's height but you can have it at 60 or 70 or what ever looks best to you.

        Save the file, restart Firefox and presto, your bar is double the size.
        This is me on facebook
        This is me on twitter

        Comment

        • kjplays
          Registered User
          • Jun 2008
          • 32

          #5
          Thanks for the post I was wondering the same thing.
          Kj

          Comment

          • Basic_man
            Programming King Pin
            • Oct 2003
            • 27360

            #6
            Thanks StuartD !!
            UUGallery Builder - automated photo/video gallery plugin for Wordpress!
            Stop looking! Checkout Naked Hosting, online since 1999 !

            Comment

            • StuartD
              Sofa King Band
              • Jul 2002
              • 29903

              #7
              My pleasure
              This is me on facebook
              This is me on twitter

              Comment

              • tony299
                lurker
                • Aug 2002
                • 57021

                #8
                very cool ,thanks.

                Comment

                Working...