iframe默认带有立体感的边框

通过在iframe标签内部用frameborder="no" border="0" 这个两个属性就可以把边框去掉

注:frameborder在CSS中没有此项

<iframe src="CenterForProducts.htm" id="CenterMainCenter"  frameborder="no" border="0" marginwidth="0" marginheight="0" scrolling="no" allowtransparency="yes"></iframe>

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-01-02
  • 2021-07-29
  • 2021-07-08
  • 2021-12-19
  • 2022-12-23
  • 2022-02-15
猜你喜欢
  • 2021-07-29
  • 2022-12-23
  • 2022-12-23
  • 2022-01-10
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案