滚动条移动后  显示位置在什么地方(在滚动区域内)
细节如下
还有就是我的滚动的那个是DIV(矩形)  
就是最左边位置和最右边的位置(相当于矩形的高)
这个位置都是相对于滚动区域的位置<div id="ControlArea" style="width:800px;height:45px;background:#a1a3a6;margin:100px auto;position:relative;text-align:center;line-height:50px;">
    <strong id="str" style=" background-color:#a1a3a6;">0%</strong>
    <div id="PushLine"  onmouseover="this.style.cursor='hand';" onmouseout="this.style.cursor='normal'"  style="overflow:hidden;width:50px;height:45px;background:#000000; cursor:move;position:absolute;left:0;top:0;opacity:0.5;filter:alpha(opacity:50);"><span id="idCurrentValue"></span></div>
</div>