font:13px tahoma, arial,shelvetica, sans-serif;

就这样一个简单的13px字体设置,在IE6下会出现问题,它会显示为14px。

经过在网上的翻查发现原来是IE6 13px tahoma字体解析下的bug。

所以只要改成

 

 

font:13px arial,tahoma ,shelvetica, sans-serif;

就OK了s

相关文章:

  • 2021-10-20
  • 2021-12-12
  • 2022-02-26
  • 2022-12-23
  • 2021-08-07
  • 2021-08-15
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-02-25
  • 2021-12-14
  • 2022-12-23
  • 2022-12-23
  • 2022-02-21
  • 2022-01-02
  • 2021-04-10
相关资源
相似解决方案