在VS.NET 2008 中新建页时会有

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

这个标准,但对于IE 6 不支持这个标准,故在使用iframe是右边会有空白。将此句去掉并且需要把ifram所在的页面的body设置为overfolw:auto
还要把iframe里面要显示的页面也设置为overfolw:auto
这样才可以。呵呵,耗废了俺两个多小时。唉!

 

 

相关文章:

  • 2022-02-28
  • 2022-12-23
  • 2022-12-23
  • 2021-10-21
  • 2022-12-23
  • 2021-07-03
猜你喜欢
  • 2021-09-14
  • 2022-12-23
  • 2021-11-18
  • 2022-12-23
  • 2022-12-23
  • 2021-12-16
相关资源
相似解决方案