浮动框

1.JS


<html>  
<head>  
  <title></title>  
</head>  
<body>  
<script type="text/javascript">  
function scrollImg(){  
    var posX,posY;  
    if (window.innerHeight) {  
        posX = window.pageXOffset;  
        posY = window.pageYOffset;  
    }  
    else if (document.documentElement && document.documentElement.scrollTop) {  
        posX = document.documentElement.scrollLeft;  
        posY = document.documentElement.scrollTop;  
    }  
    else if (document.body) {  
        posX = document.body.scrollLeft;  
        posY = document.body.scrollTop;  
    }  


    var ad=document.getElementById("ad");  
    ad.style.top=(posY+100)+"px";  
    ad.style.left=(posX+50)+"px";  
    setTimeout("scrollImg()",100);  
}  
</script>  
 
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<div id="ad" style="position:absolute;background:#eeeeee;width:100px;height:100px;border:1px dotted #000;line-height:100px;text-align:center">此广告位招租</div>  
<script type="text/javascript">  
scrollImg();  
</script>  
</body>  
</html> 




2.jquery:

<html>
  
 <head>
  
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
 <title>Scroll Follow Simple Example</title>
  
 <script type="text/javascript" src="./sf-example/jquery.js"></script>
 <script type="text/javascript" src="./sf-example/ui.core.js"></script>
 <script type="text/javascript" src="./sf-example/jquery.scroll-follow.js"></script>
  
 <script type="text/javascript">
 $( document ).ready( function ()
 {
 $( '#example' ).scrollFollow();
 }
 );
 </script>
  
 <style type="text/css">
 body {
 margin: 0;
 padding: 0;
 height: 2000px;
 font-family: Georgia;
 font-size: 0.9em;
 line-height: 1.4em;
 }
  
 #example {
 position: relative;
 width: 180px;
 margin: 10px;
 padding: 20px;
 background: #eee url(/images/sfbgTile.png);
 border: 2px solid #42CBDC;
 }
  
 p {
 margin: 7px 0 0 0;
 }
 </style>
 </head>
  
 <body>
  
 <div id="example">
  
 <img src="/images/ducks.png"alt="Ducks" />
  
 <p>
 This is a simple example of Scroll Follow. Scroll down to see what happens.
 </p>
  
 <p>
 <a href="http://kitchen.net-perspective.com/open-source/scroll-follow/">Back to Scroll Follow home.</a>
 </p>
 </div><!--end #example-->
 </body>
 </html>

http://kitchen.net-perspective.com/open-source/scroll-follow/

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值