Fixed left and right, intermediate movement effect

Source: Internet
Author: User

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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.