Check the docs: http://docs.jquery.com/Utilities

example:

if( jQuery.browser.mozilla ) {
    //do css stuff...
}

On Aug 29, 10:44 am, GiJeet <[EMAIL PROTECTED]> wrote:
> Hello, is it possible to use JQuery to determine the browser type/
> version at runtime and apply a custom .css specific to that browser
> type?  If so, would appreciate some sample code so I can see how it's
> done.  TIA
>
> G

Reply via email to