You cloud check if the browser is Gecko and if it has onhashchange in the
window object (FF3.6 does)
Of course, that is temporary and won't differentiate FF3.6 from newer
versions.
if ("onhashchange" in window) ...
2010/2/11 Fábio M. Costa <[email protected]>
> Hi SamGoody,
>
> you could use this plugin for this kind of "browser support detection" (?).
>
> http://mootools.net/forge/p/moomodernizr
>
> Maybe you could just grab the code corresponding to the gradient detection,
> so you dont need to include it all.
>
> Hope it helps.
> Ciao.
>
> --
> Fábio Miranda Costa
> Solucione Sistemas
> Engenheiro de interfaces
>
>
> On Thu, Feb 11, 2010 at 6:23 PM, SamGoody <[email protected]> wrote:
>
>> In FF3.6 Browser.Engine.version returns 19.
>>
>> I assume this corresponds to gecko version 1.9[.2], and was the same
>> in Firefox 3.5 (Gecko 1.9.1).
>>
>> Is that correct?
>>
>> If so, how do I target 3.6 only? (I must provide gradients if the
>> browser does not handle the css).
>>
>
>