You can detect the browser using get_browser or $_SERVER['HTTP_USER_AGENT'] and then add/delete stylesheets using the technique shown here: http://drupal.org/node/135161 CSS conditionals are the more common method I've seen for handling this. As Bèr said, you should check that out if you haven't already done so.