Results 1 to 3 of 3

Thread: Downgrading to FF2 for inline-block testing.

  1. #1
    Join Date
    Apr 2008
    Location
    San Diego, CA
    Posts
    352
    Thanks
    57
    Thanked 6 Times in 6 Posts

    Default Downgrading to FF2 for inline-block testing.

    Hi all,

    Short back story:

    I wrote a JS script that makes use of inline-block. Finally got to try it out in FF2 and -moz-inline-block didn't help, but I know there are some other -moz tricks that might be able to help.

    Two questions:

    1) Do you think I should even bother downgrading to get FF2 conforming, or are stats like these enough to say "RIP FF2"? I would feel dirty neglecting FF2 because the script works 100% in IE6 (via using "inline" over "inline-block"). Although there is a major difference in that FF2 users are constantly told they should upgrade by their browser. I'M SO CONFLICTED!

    2) Is downgrading as safe as upgrading? When I'm done with my testing and upgrade back to FF3, how much of a hassle will it be? I assume bookmarks and the like will be saved, but I have a ton of extensions.

    Thanks!
    Last edited by jlizarraga; 03-17-2009 at 06:06 PM. Reason: more info

  2. #2
    Join Date
    Jun 2007
    Posts
    543
    Thanks
    3
    Thanked 78 Times in 78 Posts
    Blog Entries
    1

    Default

    Upgrading and downgrading with ff is very easy, just install the version you want and ff will change add ons to correct version and import bookmarks, etc..
    [Jasme Library (Javascript Motion Effects)] My Site
    /\/\@§†ê® §©®¡þ† /\/\@|{ê®
    There are 10 kinds of people in the world, those that understand binary and those that don't.

  3. The Following User Says Thank You to Master_script_maker For This Useful Post:

    jlizarraga (03-19-2009)

  4. #3
    Join Date
    Apr 2008
    Location
    San Diego, CA
    Posts
    352
    Thanks
    57
    Thanked 6 Times in 6 Posts

    Default

    Thanks, you were right it was very easy. It downgraded the addons and everything.

    I just spent like 2 hours fighting its lack of proper inline-block, though.

    -moz-inline-stack ended up being the solution to my particular setup, and I couldn't find a single mention of it anywhere except for here:

    https://developer.mozilla.org/en/CSS/display#section_4

    And there's no information about what it is or what it's for. Neither -moz-inline-block nor -moz-inline-box worked for me. I had links, divs, and an ordered list nested in the problem inline-block container, so my situation was weird I guess.

    EDIT: Actually, I forgot I had some other more basic inline-block elements that were fixed with -moz-inline-box.
    Last edited by jlizarraga; 03-19-2009 at 07:31 AM. Reason: oops

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
  •