iframe代码—网页中嵌入其他网页
一、固定位置的iframe代码:
<DIV align=center><IFRAME src="http://www.dedexuexi.com/" frameBorder=0 marginwidth=0 marginheight=0 scrolling=no style="width168:px;height:50px;" width=168
效果如下:
说明:这是一个嵌入含有天气预报的应用实例。这个效果最常用。其中:
1、"http://www.dedexuexi.com/"
2、width="168px"
3、scrolling="no" 为嵌入的网页的滚动设置,当内容范围大时,可设置为允许滚动为 scrolling="yes"。 ALLOWTRANSPARENCY="true" 为允许透明设置,把true改为no为不透明。下同;
4、frameBorder=0 为嵌入的网页的边框设置,0 表示无边框,1 表示边框粗细,数值越大边框越粗。下同;
5、marginwidth=0 marginheight=0 设置嵌入网页到边距的距离,0 表示无边距。
本文网址:https://www.dedexuexi.com/wysj/html/3159.html
本站部分文章搜集与网络,如有侵权请联系本站,转载请说明出处。