[jQuery] Re: Newbie: JQuery to determine browser and apply CSS

2008-08-29 Thread GiJeet
>On Aug 29, 4:42 pm, Matt <[EMAIL PROTECTED]> wrote: > Check the docs:http://docs.jquery.com/Utilities > > example: > > if( jQuery.browser.mozilla ) { >     //do css stuff... > > } Thanks!

[jQuery] Re: Newbie: JQuery to determine browser and apply CSS

2008-08-29 Thread Matt
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 t