[support] Different stylesheet for IE

Dale McGladdery torelad at gmail.com
Wed Jun 27 19:09:44 UTC 2007


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.


More information about the support mailing list