I facing a problem is my css is have a some bug when firefox is lower than 2.0. I would like to detect the browser to fix my css bug.
This is my code:
$(
You would have to do this...
$.browser.version < '1.9'
FireFox 2 should return 1.8... so this will pass.