当前位置: 首页 > 实例教程 > 脚本特效 > 滚动条 > IFRAME 滚动条

滚动条
内容淡入切换效果
从下往上翻滚的内容
内容淡入切换效果
半透明滚动
跑马灯效果
向上跑马灯
IFRAME 滚动条

滚动条 中的 IFRAME 滚动条


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-07-27   浏览: 541 ::
收藏到网摘: n/a

IFRAME 滚动条 - 软晨网(RuanChen.com)

第一步:在body区域放代码

<script type="text/javascript"> //specify path to your external page: var iframesrc="/example/files/b/external.htm" //You may change most attributes of iframe tag below, such as width and height: document.write('<iframe id="datamain" src="'+iframesrc+'" width="150px" height="150px" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="1" scrolling="no"></iframe>') </script>

下载html文件

/example/files/b/external.htm

评论 (0) All

登陆 | 还没注册?