+ -
当前位置:首页 → 问答吧 → html frame 框架

html frame 框架

时间:2011-03-17

来源:互联网

<frameset rows="200,*,80" frameborder="no" border="0" framespacing="0" onload ="script">
  <frame src="top.html" name="topFrame" scrolling="No" noresize="noresize" id="topFrame" title="topFrame"/>
  <frame src="main.html" name="mainFrame"scrolling="no" frameborder="0" id="mainFrame" title="mainFrame" />
  <frame src="bottom.html" name="bottomFrame" scrolling="No" noresize="noresize" id="bottomFrame" title="bottomFrame" />
</frameset>

这是三个布局的 中间的页面因为过大而IE不能完全显示,而是隐藏到框架里了


<frame src="main.html" name="mainFrame"scrolling="no" frameborder="0" id="mainFrame" title="mainFrame" />
的页面应该是1500px ,而显示到框架页面只显示了600px


应该怎样设置或者用什么方法让页面完全显示出来

作者: x_q_d_z_j_h   发布时间: 2011-03-17

<frame src="main.html" name="mainFrame" scrolling="yes" frameborder="0" id="mainFrame" title="mainFrame" />

作者: athrunzero   发布时间: 2011-03-17