设为首页收藏本站

新微赢技术网

 找回密码
 注册
搜索
热搜: 回贴
查看: 43|回复: 2
打印 上一主题 下一主题

[求助]图片跟随窗口上下移动的问题

[复制链接]
跳转到指定楼层
1#
发表于 2010-1-15 03:40:23 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
小弟想实现图片跟随窗口上下移动,编写了以下代码,在局域网中测试一切正常,但传在网上却出现“对象为空或不存在”的错误,请各位前辈指点一下,谢谢。

以下代码加在<head></head>区域

<style TYPE="text/css">
#banmian {
position: absolute;
left: 0;
top: 0;
visibility: visible;
z-index: 10;
}
#lashou {
position: absolute;
left: 900;
top: 0;
visibility: visible;
z-index: 10;
}
#zangao{
position: absolute;
left: 0;
top: 200;
visibility: visible;
z-index: 10;
}
#cuiji{
position: absolute;
left: 900;
top: 200;
visibility: visible;
z-index: 10;
}
</style>



以下代码加在<body></body>区域

<script language="JavaScript">
function fudongguangao()
{
h = document.body.scrollTop;
document.all.banmian.style.pixelTop = h;
document.all.lashou.style.pixelTop = h;
document.all.zangao.style.pixelTop = h + 200;
document.all.cuiji.style.pixelTop = h + 200;
}
</script>

window.setInterval("fudongguangao()",500);
<div ID="banmian"><img SRC="guanggao/banmian.gif" width="90" height="190"><br></div>
<div ID="lashou"><img SRC="guanggao/lashou.jpg"><br></div>
<div ID="zangao"><a href="http://www.jzza6688.com" target="_blank"><img SRC="guanggao/zangao.jpg" width="90" height="170"></a><br></div>
<div ID="cuiji"><img SRC="guanggao/cuiji.jpg" width="90" height="190"><br></div>
2#
发表于 2010-1-15 03:40:27 | 只看该作者
对不起
window.setInterval("fudongguangao()",500);
代码应该在<script language="JavaScript"></script>之内,是我上传时写错了。
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

申请友链|小黑屋|最新主题|手机版|新微赢技术网 ( 苏ICP备08020429号 )  

GMT+8, 2024-11-20 02:42 , Processed in 0.114061 second(s), 9 queries , Gzip On, Memcache On.

Powered by xuexi

© 2001-2013 HaiAn.Com.Cn Inc. 寰耽

快速回复 返回顶部 返回列表