I have recently built a template for a website that I see looks slightly different in different versions of FireFox. I was wondering, as a rule of thumb, which versions of FireFox are worth supporting? FF2 and up? FF3 and up?

Thanks for your help,
spryno724

link|improve this question

feedback

4 Answers

up vote 3 down vote accepted

Depends on your audience, really. Have you looked at your logs/analytics data to see what the majority of users are hitting your pages with? You will need that piece of data to answer your own question well.

Having said that: with FF4 out now, I think it is safe to support 3.6 and above only.

The Mozilla community tends to take the upgrade path quicker than most.

link|improve this answer
Yeah, they are pretty good about that. Thanks for the pointers. – spryno724 Apr 5 '11 at 1:07
feedback

It depends on your audience, but generally people keep non-IE browsers up to date.

So most people will be on at least Firefox 3.5. Very few will be using 2.

link|improve this answer
I see, thank you. That being said I will forget about the small details that don't look perfect on a FireFox 2 browser! – spryno724 Apr 5 '11 at 1:06
feedback

Here are Firefox version usage stats:

http://www.w3schools.com/browsers/browsers_firefox.asp

link|improve this answer
3  
Those stats are skewed against web professionals (apparently the only ones yet to discover w3fools.com). – alex Apr 5 '11 at 1:02
I appreciate that, but those are only stats for those who visited that site, not globally. Also it is probably a lot of web developers who visit that site, and most likely, keep their browser pretty much up to date. I'm looking more for the general population, who may not be as diligent. – spryno724 Apr 5 '11 at 1:04
This was given as a general idea of how to approach the problem: look at the browser stats. – djdy Apr 5 '11 at 1:07
I see... It is a good general idea. The only thing is these stats are from a knowledgeable, developer majority, not the general public. – spryno724 Apr 5 '11 at 1:09
feedback

Personally, I would only support 3 and up. I have very little tolerance for those still on old systems and would only provide full browser support for things like a banking website that EVERYONE needs access to. Otherwise, I would try to wean users off older browsers.

link|improve this answer
Gotcha. Weaning users off old browsers sound like a good idea! – spryno724 Apr 5 '11 at 1:07
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.