码迷,mamicode.com
首页 > 其他好文 > 详细

frameset用法

时间:2015-06-08 09:33:44      阅读:156      评论:0      收藏:0      [点我收藏+]

标签:

<html>

<frameset rows="15%,*" border="1" frameborder="1" scrolling=no>
<frame name="header" src="header.html" scrolling=no noresize />
<frameset cols="20%,*">
<frame name="left" src = "left.html" scrolling=no noresize />
<frame name="right" src = "right.html" scrolling=no noresize />
</frameset>
</frameset>

</html>

 

framespacing="0" 表示框架与框架间保留的空白的距离 frameborder -- 设定框架的边框,取值为(1|0),缺省值为1 1 -- 在每个页面之间都显示边框 0 -- 不显示边框 border="0" 设定框架的边框厚度,以 pixels 为单位。border="0"

 

 scrolling=no 不显示滚动条

noresize 不可改变大小

frameset用法

标签:

原文地址:http://www.cnblogs.com/php-linux/p/4560117.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!