标题: 图片跟随鼠标
ljjk5
元帅
Rank: 1


荣誉会员奖章
UID 46706
精华 1
积分 99426
帖子 49690
威望 554
金币 48489
热心 505
阅读权限 100
注册 2007-2-25
状态 离线
图片跟随鼠标

脚本说明:
第一步:把如下代码加入<body>区域中
<SCRIPT LANGUAGE="JavaScript">
        var newtop=0
        var newleft=0
        if (navigator.appName == "Netscape") {
                layerStyleRef="layer.";
                layerRef="document.layers";
                styleSwitch="";
                }
                else
                {
                layerStyleRef="layer.style.";
                layerRef="document.all";
                styleSwitch=".style";
                }

        function doMouseMove() {

                layerName = 'iit'

                eval('var curElement='+layerRef+'["'+layerName+'"]')
                eval(layerRef+'["'+layerName+'"]'+styleSwitch+'.visibility="hidden"')
                eval('curElement'+styleSwitch+'.visibility="visible"')
                eval('newleft=document.body.clientWidth-curElement'+styleSwitch+'.pixelWidth')
                eval('newtop=document.body.clientHeight-curElement'+styleSwitch+'.pixelHeight')
                eval('height=curElement'+styleSwitch+'.height')
                eval('width=curElement'+styleSwitch+'.width')
                width=parseInt(width)
                height=parseInt(height)
                if (event.clientX > (document.body.clientWidth - 5 - width))
                {
                newleft=document.body.clientWidth + document.body.scrollLeft - 5 - width
                }
                else
                {
                newleft=document.body.scrollLeft + event.clientX
                }
                eval('curElement'+styleSwitch+'.pixelLeft=newleft')

                if (event.clientY > (document.body.clientHeight - 5 - height))
                {
                newtop=document.body.clientHeight + document.body.scrollTop - 5 - height
                }
                else
                {
                newtop=document.body.scrollTop + event.clientY
                }
                eval('curElement'+styleSwitch+'.pixelTop=newtop')
}

        document.onmousemove = doMouseMove;

</SCRIPT>
第二步:把如下代码加入<body>区域中
<script language="javascript">
        if (navigator.appName == "Netscape") {

        }
        else
        {
                document.write('<div ID=OuterDiv>')
                document.write('<img ID=iit src="image1.gif" STYLE="position:absolute;TOP:0pt;LEFT:0pt;width=103;height=28;Z-INDEX:2;visibility:hidden;">')
                document.write('</div>')
        }
</script>

网友 ljjk5 签名 - 网友社区 ===
顶部
[广告] 免费域名(Free Subdomain) 免费空间(Free hosting) PR查询(Google Pagerank)



当前时区 GMT+8, 现在时间是 2008-10-14 04:05
信产部ICP备案:京ICP备05066424号 北京市公安局网监备案:1101050648号

Powered by Discuz! 5.5.0
清除 Cookies - 联系我们 - 网友俱乐部 - Archiver - WAP