תנסה את זה:
HTML קוד:
<html>
<head>
<link rel="stylesheet" type="text/css" href="<? if (($HTTP_USER_AGENT, "MSIE")) { msie.css } else { another.css } ?>
</head>
אם זה לא עובד תנסה את זה:
HTML קוד:
<html>
<head>
<link rel="stylesheet" type="text/css" href="<? if (($HTTP_USER_AGENT, "MSIE")) { msie.css; } else { another.css; } ?>
</head>