<script language="JavaScript">
<!--
var app=navigator.appName;
if (app.indexOf('firefox') != -1) {
document.write('<link rel="stylesheet" href="styles/summary-ie.css" type="text/css">');
}
else if (app.indexOf('Microsoft') != -1) {
document.write('<link rel="stylesheet" href="styles/summary.css" type="text/css">');
}
//-->
</script>
用{literal}.........{/literal} 把javascript夾起來試試看