+ -
当前位置:首页 → 问答吧 → 各位大大帮忙看看frameborder的问题

各位大大帮忙看看frameborder的问题

时间:2011-09-16

来源:互联网

这段代码里想把框架的边框去掉,让frameborder等于0了,但是怎么都去不掉,各位大大帮忙看看哪里错了

<html>
 <head>
  <meta http-equiv="content-type" content="text/html;charset=gb2312"/>
  <title>这是学习的测试</title>
  <meta name="description" content="这是一个测试,测试页面,学了多少"/>
  <meta name="keywords" content="测试"/>
 </head>

 <frameset rows="15%,*" frameborder="0">
  <frame src="./tb.html" >
  <frameset cols="15%,*">
  <frame src="./cb.html">
  <frame src="./nr.html">
  </frameset>
 </frameset>


</html>

作者: crichen123   发布时间: 2011-09-16

<frameset rows="15%,*" allowtransparency="true" frameborder="0" scrolling="no">

这样

作者: MuBeiBei   发布时间: 2011-09-17

frameborder="0" border="0" framespacing="0"

作者: net_lover   发布时间: 2011-09-17

热门下载

更多