日期:2014-05-17  浏览次数:20768 次

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>&nbsp;</td>
<td><div id="ffshow" style="font-family:@新宋体; font-size:small; color:Red;"></div></td>
</tr>
</table>
</fieldset>
</div>
</body>
</html>

------解决方案--------------------
@新宋体
改成:
新宋体
------解决方案--------------------
探讨
@新宋体
改成:
新宋体

------解决方案--------------------
这个让我想起了QQ设置字体...
------解决方案--------------------
加了@就是躺着的效果
------解决方案--------------------
CSS code
:@新宋体

------解决方案--------------------
探讨
CSS code
:@新宋体
就是这样问题 去掉@标志

------解决方案--------------------
:@新宋体

呵呵