js ドラッグ可能な背景 インターフェイスページの背景

WBOY
リリース: 2016-05-16 19:02:19
オリジナル
1020 人が閲覧しました

// ************************ ドラッグ ********************** * **********
function setDrag(e){
varrag_flag = true;
var begin_x = getX(e);
//マスクを追加
createMask( );
return (e.x || e.clientX); = $doc("topArea" ).offsetHeight "px"; var _left = $doc("dragBar").offsetLeft "px"; ;
var _height = $doc("dragBar").offsetHeight "px";;

var splitDivCss="position:absolute;width:6px;height:" _height ";top:" _top " ;left:" _left ";cursor:col-
resize;background-color:#cccccc;overflow :hidden;z-index:10010;filter:alpha(opacity=50);opacity:0.5;";
var _splitDiv = document.createElement("div");
_splitDiv.id = "splitDiv";
_splitDiv.style.cssText = splitDivCss;

}
function createMask(){
try{

🎜>rootEl.clientHeight:rootEl.scrollHeight) " px";
var docWidth=((rootEl. clientWidth>rootEl.scrollWidth)?rootEl.clientWidth:rootEl.scrollWidth)
"px";
var var
shieldStyle="position:Absolute;top:0px;left:0px;width:" docWidth " ;高さ:" docHeight ";background:#cccccc;z-
index:10000;filter:alpha(opacity=0);opacity:0";
var _shield = document.createElement("div");
_shield.id = "シールド";
_shield.style.cssText = ShieldStyle;
document.body.appendChild(_shield);
catch(e){}
}
//ドラッグ時に実行される関数
document.onmousemove = function(e){
try{
if(drag_flag){
var now_x = getX(e); = parseInt($doc("splitDiv").style.left) now_x - begin_x;
$doc("splitDiv").style.left = _pv "px";
Begin_x =
} else{ Child($doc("shield")); age()

document.onmouseup = function(){
try{
if(drag_flag){
width)
$doc("leftShow").style.width = $doc("splitDiv").style.left;
document.body; .removeChild($doc("shield"));
document.body.removeChild ($doc("splitDiv"));
drag_flag=false; ){}
}

}

if(window.attachEvent){
window.attachEvent("onload",function(){resizePage();});
window.attachEvent("onresize", function() {resizePage();});resizePage();},true);
window.addEventListener("resize",function(){resizePage();},true);


[Ctrl A select all Note: If you need to introduce external Js, you need to refresh to execute
]
関連ラベル:
js
ソース:php.cn
このウェブサイトの声明
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。
最新の問題
人気のチュートリアル
詳細>
最新のダウンロード
詳細>
ウェブエフェクト
公式サイト
サイト素材
フロントエンドテンプレート
私たちについて 免責事項 Sitemap
PHP中国語ウェブサイト:福祉オンライン PHP トレーニング,PHP 学習者の迅速な成長を支援します!