IE6下,css问题,怎么文字都趟下了,不知道css设置哪里出问题了,很诡异的事。
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Error On WHUS</title>
<script >
function Close(){
var ie = navigator.appName == "Microsoft Internet Explorer"?true:false;
if(ie){
window.opener = null;
window.open('','_self','');
window.close();
}
else{
document.getElementById("ffshow").innerHTML="您使用的浏览器不支持!请直接使用浏览器的关闭按钮关闭窗口"
}
}
</script>
</head>
<body style="font-size:x-large;margin:100px; ">
<div style="width:auto;margin:0 auto;">
<fieldset style="width:250px;">
<legend style="font-size:small;">WHUS.COM.CN</legend>
SORRY!<br /><code>HTTP 404 NOT FOUND</code>
<table>
<tr style="font-family:@新宋体; font-size:small;">
<td>WHUS提示:您可选择:</td>
<td><a href="javascript:Close();">关闭</a>,<a href="../default.aspx" target="_self" >跳转首页</a></td>
</tr>
<tr>
<td> </td>
<td><div id="ffshow" style="font-family:@新宋体; font-size:small; color:Red;"></div></td>
</tr>
</table>
</fieldset>
</div>
</body>
</html>
[解决办法]
@新宋体
改成:
新宋体
[解决办法]
:@新宋体
[解决办法]