On the internet to find a lot of demo can not be used, and finally to find our company's great God solved.
To write this, you first need to know two points,
1.. scroll (). scrolltop (); . ScrollLeft () usage. This can be seen in w3s. Http://www.w3school.com.cn/jquery/event_scroll.asp
2. Just get the div move distance eg:
$ (". SE"). scrolltop (top);
The concrete content is this, adds JS to oneself,
<! DOCTYPE html>
<meta charset= "UTF-8" >
<title>Title</title>
<script type= "Text/javascript" src= "Js/jquery-1.10.2.min.js" ></script>
<style>
* {
margin:0;
padding:0;
}
. All {
font-size:18px;
Color: #000;
Text-align:center;
width:500px;
margin:50px Auto;
Clear:both
}
. bor {
border:1px solid #ccc;
}
. Left {
Float:left;
width:66px;
height:152px;
Overflow:hidden;
}
. Right {
Float:left;
width:432px;
Overflow:auto;
}
. r_top {
height:50px;
White-space:nowrap;
Overflow:hidden;
}
. r_bottom {
height:100px;
Overflow:scroll;
}
. r_bottom P {
width:500px;
}
</style>
<script>
$ (function () {
$ (". R_bottom"). Scroll (function () {
var top = $ (this). ScrollTop ();
Alert (top)
var right = $ (this). ScrollLeft ();
Alert (right)
$ (". Left"). ScrollTop (top);
$ (". R_top"). ScrollLeft (right);
});
})
</script>
<body>
<div class= "All" >
<div class= "left Bor" >
Under the Jkdajflajfo warlord's point Carla's term if award ah oh, I'm going to have a fever. I kind of lose weight of the accounting law two ladies under Jkdaj
Flajfo Warlord's points Carla's term if award eh Oh, I'm going to have a fever. I kind of lose weight of the accounting law two ladies convenient under JKDAJFLAJFO
The warlords ' points Carla's term if award eh oh my brother-in-law I'm going to be fever I kind of lose weight the accounting method two lady conveniently under Jkdajflajfo warlord's
Integral Carla's term if award oh, my God, I'm going to be hot. I kind of lose weight of accounting law two ladies Convenient
</div>
<div class= "Right" >
<div class= "R_top bor" > If award Oh, my God, I'm going to be the FA if award. Oh, I'm going to be the FA if award ah oh, I'm going to the FA if award ah oh, I will be the same
<div class= "R_bottom bor" >
<p> under the Jkdajflajfo warlord's credit for the "if Award" Oh, I'm going to have a fever. I kind of lose weight of the accounting law two ladies under Jkdaj
Flajfo Warlord's points Carla's term if award eh Oh, I'm going to have a fever. I kind of lose weight of the accounting law two ladies convenient under JKDAJFLAJFO
The warlords ' points Carla's term if award eh oh my brother-in-law I'm going to be fever I kind of lose weight the accounting method two lady conveniently under Jkdajflajfo warlord's
Integral Carla's term if award oh, my God, I'm going to be hot. I kind of lose weight of accounting law two ladies Convenient
</p>
</div>
</div>
</div>
</body>
Fixed left and right, intermediate movement effect