运行代码框
<!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 ">
<頭>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<タイトル></タイトル>
<style type="text/css">
* {マージン:0;パディング:0; }
ボディ { マージン:20px 0 400px 20px;フォント:12px Arial; }
h1 {フォントサイズ:14px; }
ol,ul {マージン:20px;行の高さ:160%; }
ウルリ{カラー:#f00; }
.a1 { 幅:300px;高さ:190ピクセル;ボーダー:1px ソリッド #f00;オーバーフロー:自動; }
.a2 { 幅:600px;高さ:350ピクセル;マージン:100ピクセル 0 100ピクセル 80ピクセル;ボーダー:1px ソリッド #369;背景:#eee url( );
}
.dumascroll_bar {
位置:絶対;
トップ:0;
右:0;
z インデックス:9;
幅:14ピクセル;
高さ:100%;
カーソル:デフォルト;
-moz-user-select:none;
-khtml-user-select:none;
ユーザー選択:なし;
背景-リピート:リピート-y;
背景位置:-42px 0;
フロート:左;
}
.dumascroll_arrow_up,.dumascroll_arrow_up_a,.dumascroll_handle,.dumascroll_handle_a,.dumascroll_arrow_down,.dumascroll_arrow_down_a {
位置:絶対;
左:0;
}
.dumascroll_arrow_up,.dumascroll_arrow_up_a,.dumascroll_arrow_down,.dumascroll_arrow_down_a {
幅:100%;
高さ:14ピクセル;
色:#fff;
テキスト整列:中央;
}
.dumascroll_arrow_up,.dumascroll_arrow_up_a { トップ:0; }
.dumascroll_arrow_down,.dumascroll_arrow_down_a { 底:0; }
.dumascroll_handle,.dumascroll_handle_a {幅:100%;背景-リピート:リピート-y; }
.dumascroll_arrow_up {背景位置:0 0; }
.dumascroll_arrow_up_a {背景位置:-14px 0; }
.dumascroll_handle {背景位置:-28px 0; }
.dumascroll_handle_a {背景位置:-56px 0; }
.dumascroll_arrow_down {background-position:-70px 0; }
.dumascroll_arrow_down_a { 背景位置:-84px 0; }
</スタイル>
<スクリプト>
var duma = {
$:function(o){ if(document.getElementById(o)) {return document.getElementById(o);} },
getStyle:function(o) { return o.currentStyle||document.defaultView.getComputedStyle(o,null); }、
getOffset:function(o) {
var t = o.offsetTop,h = o.offsetHeight;
while(o = o.offsetParent) { t += o.offsetTop; }
return { 上:t、高さ:h };
}、
バインド:関数(o,eType,fn) {
if(o.addEventListener) { o.addEventListener(eType,fn,false); }
else if(o.attachEvent) { o.attachEvent("on" + eType,fn); }
else { o["on" + eType] = fn; }
}、
stopEvent:function(e) {
e = e ||ウィンドウ.イベント;
e.stopPropagation && (e.preventDefault(),e.stopPropagation()) || (e.cancelBubble = true、e.returnValue = false);
}、
setCookie:function(c_name,value,expiredays) {
var exdate = 新しい日付();
exdate.setDate(exdate.getDate() + 期限日);
document.cookie = c_name + "= +エスケープ(値) + ((expiredays == null) ? "" : ";expires=" + exdate.toGMTString());
}、
getCookie:function(c_name) {
if(document.cookie.length > 0) {
c_start = document.cookie.indexOf(c_name + "=);
if(c_start != -1) {
c_start = c_start + c_name.length + 1;
c_end = document.cookie.indexOf(";",c_start);
if(c_end == -1) { c_end = document.cookie.length; }
return unescape(document.cookie.substring(c_start,c_end));
}
}
戻る "";
}
};
duma.BeautifyScrollBar = function(obj,arrowUpCss,arrowUpActiveCss,handleCss,handleActiveCss,arrowDownCss,arrowDownActiveCss) {
this.arrowUpInterval;
this.arrowDownInterval;
this.barMouseDownInterval;
this.relY;
this.id = obj;
this.obj = duma.$(this.id);
this.setObjCss(); // 父コンテナの css 位置を事前に設定することで、次に来るプロパティを設定することができます
this.obj.innerHTML = '<div id="' + obj + 'エリア" class="dumascroll_area">' + this.obj.innerHTML + '</div><div id="' + obj + 'バー" class="dumascroll_bar"><div class="dumascroll_arrow_up"></div><div class="dumascroll_handle"></div><div class="dumascroll_arrow_down"></div></div>';
this.area = duma.$(obj + "エリア");
this.bar = duma.$(obj + "バー");
this.barPos;
this.arrowUp = this.bar.getElementsByTagName("div")[0];
this.arrowUpCss = arrowUpCss;
this.arrowUpActiveCss = arrowUpActiveCss;
this.handle = this.bar.getElementsByTagName("div")[1];
this.handleCss = ハンドルCss;
this.handleActiveCss = handleActiveCss;
this.arrowDown = this.bar.getElementsByTagName("div")[2];
this.arrowDownCss = arrowDownCss;
this.arrowDownActiveCss = arrowDownActiveCss;
this.handleMinHeight = 15;
this.arrowUpHeight = parseInt(duma.getStyle(this.arrowUp).height);
this.arrowDownHeight = parseInt(duma.getStyle(this.arrowDown).height);
this.areaScrollHeight = this.area.scrollHeight;
this.handleHeight = parseInt(this.area.offsetHeight/this.area.scrollHeight * (this.bar.offsetHeight - this.arrowUpHeight - this.arrowDownHeight));
}
duma.BeautifyScrollBar.prototype = {
setObjCss:function() {
duma.getStyle(this.obj).position == "静的" ? this.obj.style.position = "相対" : duma.getStyle(this.obj).backgroundColor == "透明" ? this.obj.style.backgroundColor = "#fff" : null; //若いコンテナは元々位置があり、初期化は相対的ではありません; 若いコンテナは元々設置されていない背景色で、初期化は白色です;
}、
sethandle:function() { //当コンテンツを何度も設定する場合の最小高さ
this.handle.style.top = this.arrowUpHeight + "px";
if(this.handleHeight > this.handleMinHeight) {
this.handleHeight < this.bar.offsetHeight - this.arrowUpHeight - this.arrowDownHeight ? this.handle.style.height = this.handleHeight + "px" : this.handle.style.display = "none";
}
else { this.handleHeight = this.handleMinHeight; this.handle.style.height = this.handleMinHeight + "px"; }
}、
setBarPos:function() { // 現在の動作の距離を cookie に保存します
this.barPos = this.area.scrollTop + "";
duma.setCookie(this.id + "CookieName",this.barPos,1);
}、
getBarPos:function() {
this.barPos = duma.getCookie(this.id + "CookieName");
if(this.barPos!=null && this.barPos!="") {
this.area.scrollTop = this.barPos;
this.areaScroll();
}
}、
clearArrowUpInterval:function() {clearInterval(this.arrowUpInterval); }、
clearArrowDownInterval:function() {clearInterval(this.arrowDownInterval); }、
clearBarMouseDownInterval:function() { clearInterval(this.barMouseDownInterval); }、
areaScroll:function() {
this.handle.style.display != "なし" ? this.handle.style.top = this.area.scrollTop/(this.area.scrollHeight - this.area.offsetHeight) * (this.bar.offsetHeight - this.handleHeight - this.arrowUpHeight - this.arrowDownHeight) + this。 arrowUpHeight + "px" : null;
}、
areakeydown:function(e) { //サポート键盘上下按键
var that = this;
document.onkeydown = 関数(イベント) {
変数 e = イベント ||ウィンドウ.イベント、
ek = e.keyCode || e.どれ;
if(ek == 40) { that.area.scrollTop += 25 }
else if(ek == 38) { that.area.scrollTop -= 25 }
if(that.area.scrollTop > 0 && that.area.scrollTop < that.area.scrollHeight - that.area.offsetHeight){ duma.stopEvent(e); }
that.setBarPos();
}
}、
handleMove:function(e) {
変数 e = e ||ウィンドウ.イベント;
this.area.scrollTop = (e.clientY - this.relY - this.arrowUpHeight)/(this.bar.offsetHeight - this.handleHeight - this.arrowUpHeight - this.arrowDownHeight)*(this.area.scrollHeight - this.area .offsetHeight);
this.setBarPos();
}、
handleMouseDown:function(e) {
var that = this,e = e ||ウィンドウ.イベント;
that.relY = e.clientY - that.handle.offsetTop;
that.handle.setCapture ? that.handle.setCapture() : null;
that.handle.className = that.handleActiveCss;
document.onmousemove = function(event) { that.handleMove(event); };
document.onmouseup = function() {
that.handle.className = that.handleCss;
that.handle.releaseCapture ? that.handle.releaseCapture() : null;
document.onmousemove = null;
};
}、
barScroll:function(e) {
変数 e = e || window.event,eDir; // 滚轮イベントを設定し、e.wheelDelta と e.detail をそれぞれ互換 IE、W3C、返された正則に基づいて動作方向を判断
if(e.wheelDelta) { eDir = e.wheelDelta/120; }
else if(e.detail) { eDir = -e.detail/3; }
eDir > 0 ? this.area.scrollTop -= 80 : this.area.scrollTop += 80; // 80 画素比のウィンドウ移動条に近い移動速度
if(this.area.scrollTop > 0 && this.area.scrollTop < this.area.scrollHeight - this.area.offsetHeight){ duma.stopEvent(e); }
this.setBarPos();
}、
barDown:function(e) {
変数 e = e || window.event,that = this,
eY = e.clientY、
mStep = this.bar.offsetHeight、
documentScrollTop = document.documentElement.scrollTop || document.body.scrollTop、
hOffset = duma.getOffset(this.handle),
bOffset = duma.getOffset(this.bar);
if(documentScrollTop + eY < hOffset.top) { this.barMouseDownInterval = setInterval(function(e){
that.area.scrollTop -= that.area.offsetHeight;
if(that.area.scrollTop <= (eY + documentScrollTop - bOffset.top - that.arrowUpHeight)/(that.bar.offsetHeight - that.arrowUpHeight - that.arrowDownHeight) * that.area.scrollHeight) { that.clearBarMouseDownInterval( ); }
that.setBarPos();
},80); }
else if(documentScrollTop + eY > hOffset.top + hOffset.height) { this.barMouseDownInterval = setInterval(function(){
that.area.scrollTop += that.area.offsetHeight;
if(that.area.scrollTop >= (eY + documentScrollTop - bOffset.top - that.arrowUpHeight - hOffset.height)/(that.bar.offsetHeight - that.arrowUpHeight - that.arrowDownHeight) * that.area.scrollHeight) { that.clearBarMouseDownInterval(); }
that.setBarPos();
},80); }
duma.stopEvent(e);
}、
arrowUpMouseDown:function(e) {
var that = this;
this.arrowUpInterval = setInterval(function(){ that.area.scrollTop -= 25; that.setBarPos(); },10);
this.arrowUp.className = this.arrowUpActiveCss;
duma.stopEvent(e);
}、
arrowUpMouseUp:function() { this.clearArrowUpInterval(); this.arrowUp.className = this.arrowUpCss; }、
arrowUpMouseOut:function() { this.clearArrowUpInterval(); this.arrowUp.className = this.arrowUpCss; }、
arrowDownMouseDown:function(e) {
var that = this;
this.arrowDownInterval = setInterval(function(){ that.area.scrollTop += 25; that.setBarPos(); },10);
this.arrowDown.className = this.arrowDownActiveCss;
duma.stopEvent(e);
}、
arrowDownMouseUp:function() { this.clearArrowDownInterval(); this.arrowDown.className = this.arrowDownCss; }、
arrowDownMouseOut:function() { this.clearArrowDownInterval(); this.arrowDown.className = this.arrowDownCss; }、
実行:関数(){
var that = this;
this.sethandle();
this.areaScroll();
this.getBarPos();
this.area.onscroll = function(){that.areaScroll()};
this.area.onmouseover = this.bar.onmouseover = function(event){that.areakeydown(event)};
this.area.onmouseout = this.bar.onmouseout = function(){document.onkeydown = null};
this.handle.onmousedown = function(event){that.handleMouseDown(event)};
this.bar.onmousedown = function(event){that.barDown(event)};
this.bar.onmouseup = function(){that.clearBarMouseDownInterval()};
this.bar.onmouseout = function(){that.clearBarMouseDownInterval()};
this.arrowUp.onmousedown = function(event){that.arrowUpMouseDown(event)};
this.arrowUp.onmouseup = function(){that.arrowUpMouseUp()};
this.arrowUp.onmouseout = function(){that.arrowUpMouseOut()};
this.arrowDown.onmousedown = function(event){that.arrowDownMouseDown(event)};
this.arrowDown.onmouseup = function(){that.arrowDownMouseUp()};
this.arrowDown.onmouseout = function(){that.arrowDownMouseOut()};
duma.bind(this.obj,"マウスホイール",function(event){that.barScroll(event)});
duma.bind(this.obj,"DOMMouseScroll",function(event){that.barScroll(event)});
}
}
duma.BeautifyScrollBar.init = function() {
var o = document.getElementsByTagName("div"),
oLen = o.length、
dumascrollClass = /bdumascrollb/,
oArr = []、
oArrLen = oArr.length;
for(var i=0; i<oLen; i++) {
if(dumascrollClass.test(o[i].className)) {
oArr.push("dumaScrollAreaId_" + i);
oArrLen = oArr.length;
o[i].id = oArr[oArrLen - 1];
}
}
for(var j=0; j<oArrLen; j++) {
new duma.BeautifyScrollBar(oArr[j],"dumascroll_arrow_up","dumascroll_arrow_up_a","dumascroll_handle","dumascroll_handle_a","dumascroll_arrow_down","dumascroll_arrow_down_a").run();
}
}
duma.bind(window,"load",duma.BeautifyScrollBar.init);
</script>
</head>
<本文>
<div class="a dumascroll b" style="width:300px; height:190px; padding:5px; border:1px Solid #f00; line-height:400%; overflow:hidden;">
私は第一被染、本当に残念<br />私は第一被染、本当に残念<br />私は第一被染、本当に残念<br />私は第一被染、本当に残念<br />私は第一被染、真不幸<br />私は第一被染、真残念<br />私は第一被染、真不幸<br />私は第一被渲染的、真不幸<br />私は第一被渲染的、真不幸<br />私は第一被渲染的、真不幸<br />私は第一被染、本当に残念<br />私は第一被染、本当に残念<br />私は第一被染、本当に残念<br />私は第一被渲染、本当に残念<br />私は第一人者、被渲染、本当に残念<br />
</div>
<div class="a dumfaf" style="width:400px; height:100px; margin:20px; border:2px inset #eee; overflow:auto;">
私は普通です、私は被渲染を希望しません、私就不用你的クラス、拿我怎么样?哈哈哈!<br />
<br />私は普通です、我不希望被渲染、我就不用你的クラス、拿我怎么样?哈哈哈!<br />我还是普通、我不希望被渲染、我就不用你的クラス、拿我<br />我还是普通,我不希望被渲染,我就不用你的クラス,拿我怎么样?哈哈哈!<br />我还是普通,我不希望被渲染,我就不用你的クラス,拿我怎么样?哈哈哈!<br />我还是普通,我不希望被渲染,我就不用你的クラス,拿我怎么样?哈哈哈!<br /> <br />被渲染、我就不用你的クラス、拿我怎么样?哈哈哈!<br /> //私は普通です、私は被渲染を望まない、私就不使用你的クラス、拿我怎么样?哈哈哈! <br />我还是普通,我不希望被渲染,我就不用你的級,拿我怎么样?哈哈哈!<br />
</div>
<div class="a dumascroll" style="width:780px; height:350px; margin:20px; border:1pxソリッド #369; 背景:#eee url( http://bbs.blueidea.com/thread-2936181- 1-3.html " target="">以前のバージョン</a></li>
</ol>
<h2>このバージョンの今後の機能:</h2>
<ul>
<li>空格键の「下方向」高速滚動サポート(より好地模倣 Windows 滚動条用户体验)</li>
<li>面本文の渲染サポートを追加</li>
<li>テキストエリアの追加による渲染サポート</li>
<li>挿入 div の染染サポートを追加(現在のバージョンでは、挿入された div の大きな修正が加えられたバグがある)</li>
<li>横方向の移動バーのサポートを追加します(この面でのニーズがある場合は拡張可能です)</li>
</ul>
<p>期待大家忙は新しいバグを見つけて宝の建立を提案し、相信の次のバージョンはより良いものと考えられます、谢谢(QQ:149561420、gTalk: [email protected] )。</p>
</body>
</html>
图片自定滚動条3.0(Duma“自演渲染版”,又许世间万物都市变,但是真挚的愛情,不永远在心中!)
バージョンアップ可能将来の機能: