首页 > 其他 > 详细

frameset框架

时间:2017-05-20 15:23:52      阅读:284      评论:0      收藏:0      [点我收藏+]

<frameset rows="70,*"cols="1920"frameborder="0"noresize framespacing="0">
  <frame src="top.html" name="topframe" scrolling="no" noresize />
  <frameset rows="*"cols="362,232,970,360"frameborder="no"noresize framespacing="0">
    <frame scrolling="auto" width="360" noresize name="" src="blank.html"/>
    <frame scrolling="auto" noresize frameborder="no" name="leftFrame" src="left.html"/>
    <frameset cols="970"rows="*,30" noresize framespacing="0">
      <frame scrolling="auto" noresize name="mainFrame" src="main.html"/>
      <frame src="bottom.html" name="bottomFrame" scrolling="No" noresize id="bottomFrame" title="bottomFrame" />
    </frameset>
    <frame scrolling="auto" noresize name="" src="blank.html"/>
  </frameset>
</frameset>

技术分享

 

这是一个3行4列式布局

第一个大的frameset拆为上下两部分

第二个frameset拆为4个列

第三个frameset拆为上下两个部分

frameset框架

原文:http://www.cnblogs.com/SunSong/p/6882169.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!