You should check for the css gradient instead of checking for the browser version.
Look at http://github.com/arian/mooModernizr/blob/master/Source/mooModernizr.js#L191 With a little hacking you can create a standalone version of it. Or look at the Modernizr version: http://github.com/Modernizr/Modernizr/blob/master/modernizr.js#L395 On Feb 11, 9: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).
