On Tue, 24 Oct 2006 20:30:08 -0400, "Wayne Johnson" <[EMAIL PROTECTED]>
said:

> I had downloaded the latest nightly from the FTP server directly earlier.
> 
> Do I just extract that over the top my previous 2.0 install ?
> 
> FWIW since I uninstalled that tab plugin I've had no problems other 
> than my icons won't stay small like I like them but I had that same 
> problem with 1.5.07 as well & is very minor.
> 


I create a new directory every time I install another version.  Back up
the profile folder you intend to use with the newest FF in case you have
problems, and then install/unzip FF to the new directory and point it at
the profile you want to use using your shortcut on the desktop.

You should be able to control the size of the tabs by creating a
userchrome.css with the below data and put the file in the chrome folder
of the profile.  I found this on the Mozilla forum and it works for me,
although the theme you use may have some effect.

/* change appearance of (1)all, (2)inactive, and (3)active tabs */

  tab {
    height: 21px !important;
    max-height: 21px !important;
    -moz-appearance: none !important;
    }
  tab[selected="true"] {
   background-color: rgb(222,218,210) !important;
   color: blue !important;
    }

/* Change color of normal tabs */
tab:not([selected="true"]) {
   background-color: rgb(200,196,188) !important;
   color: gray !important;
    }
 
  /* cosmetic effects to line everything up, i think */

  .tabbrowser-strip {
    border-right: 1px solid ThreeDShadow !important;
    }
  .tabs-right {
    -moz-border-bottom-colors: #303f4f #8080ff !important;
    }

-- 
http://www.fastmail.fm - I mean, what is it about a decent email service?

--
                ----------------------------------------
To unsubscribe, mailto: [EMAIL PROTECTED]
Is your picture included in the Official Win-Home List Members Profiles Page?
 http://www.besteffort.com/winhome/Profiles.html
If not, write to: [EMAIL PROTECTED]

Reply via email to