<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
<style type="text/css">
	img{ position:absolute; top:50px; left:0;}
	p{ margin-left:200px;}
</style>
</head>

<body>

<img src="images/aside.jpg" />
<p>1111111111,</p>
<p>1111111111,</p>
<p>1111111111,</p>
<p>1111111111,</p>
<p>1111111111,</p>
<p>1111111111,</p>
<p>1111111111,</p>
<p>1111111111,</p>
<p>1111111111,</p>
<p>1111111111,</p>
<p>1111111111,</p>
<p>1111111111,</p>
<p>1111111111,</p>
<p>1111111111,</p>
<p>1111111111,</p>
<p>1111111111,</p>
<p>1111111111,</p>
<p>1111111111,</p>
<p>1111111111,</p>
<p>1111111111,</p>
<p>1111111111,</p>
<p>1111111111,</p>
<p>1111111111,</p>
<p>1111111111,</p>
<p>1111111111,</p>
<p>1111111111,</p>
<p>1111111111,</p>
<p>1111111111,</p>
<p>1111111111,</p>
<p>1111111111,</p>
<p>1111111111,</p>
<p>1111111111,</p>
<p>1111111111,</p>
<p>1111111111,</p>
<p>1111111111,</p>
<p>1111111111,</p>
<p>1111111111,</p>
<p>1111111111,</p>
<p>1111111111,</p>
<p>1111111111,</p>
<p>1111111111,</p>
<p>1111111111,</p>
<p>1111111111,</p>
<p>1111111111,</p>
<p>1111111111,</p>
<p>1111111111,</p>
<p>1111111111,</p>
<p>1111111111,</p>
<p>1111111111,</p>
<p>1111111111,</p>
<p>1111111111,</p>
<p>1111111111,</p>
<p>1111111111,</p>
<p>1111111111,</p>
<p>1111111111,</p>
<p>1111111111,</p>
<p>1111111111,</p>
<p>1111111111,</p>
<p>1111111111,</p>
<p>1111111111,</p>
<p>1111111111,</p>
<p>1111111111,</p>
<p>1111111111,</p>
<p>1111111111,</p>
<p>1111111111,</p>
<p>1111111111,</p>
<p>1111111111,</p>
<p>1111111111,</p>
<p>1111111111,</p>
<p>1111111111,</p>
<p>1111111111,</p>
<p>1111111111,</p>
<p>1111111111,</p>
<p>1111111111,</p>
<p>1111111111,</p>
<p>1111111111,</p>
<p>1111111111,</p>
<p>1111111111,</p>
<p>1111111111,</p>
<p>1111111111,</p>
<p>1111111111,</p>


</body>
</html>
<script src="images/my.js" type="text/javascript"></script>
<script>
window.onload =function(){
	var pic = $("pic");
	var leader = 0;
	var target = 0;
	var timer = null;
	var top = pic.offsetTop;
	window.onscroll = function(){
		clearInterval(timer);
		target=window.scroll().top+top;
		timer=setInterval(function(){
			leader=leader+(target-leader)/10;
			pic.style.top = leader + 'px';
			},10);	
	}
}
</script>

 

相关文章:

  • 2021-05-02
  • 2021-06-30
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-23
  • 2022-02-25
猜你喜欢
  • 2022-12-23
  • 2021-11-02
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-12
相关资源
相似解决方案