Using a style sheet for modern browsers and another for older browsers
You can use wp_check_browser_version(). It will return False on failure, array of browser data on success. Then Checking the browser data you can assign particular CSS stylesheet to particular browser. Reference »