复制代码代码如下 :
<html>
<tête>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Redimensionner</title>
<style type="text/css">
#rRightDown,#rLeftDown,#rLeftUp,#rRightUp,#rRight,#rLeft,#rUp,#rDown{
position : absolue ; arrière-plan : #C00 ; largeur : 6 px ; hauteur : 6 px ; z-index : 5 ; taille de police : 0 ;}
#rLeftDown,#rRightUp{cursor:ne-resize;}
#rRightDown,#rLeftUp{cursor:nw-resize;}
#rDroite,#rGauche{cursor:e-resize;}
#rUp,#rDown{cursor:n-resize;}
#rRightDown{ bas :-3px ; à droite : -3px ;}
#rLeftDown{ bas :-3px ; gauche : -3px ;}
#rRightUp{ haut :-3px ; à droite : -3px ;}
#rLeftUp{ haut :-3px ; gauche : -3px ;}
#rDroite{ droite:-3px; haut : 50 %}
#rGauche{ gauche:-3px; haut : 50 %}
#rUp{ haut :-3px ; gauche : 50 %}
#rDown{ bas :-3px ; gauche : 50 %}
</style>
</tête>
<corps>
<div id='ss' style="hauteur:100px; largeur:100px; bordure:1px solide #000000; position:absolue; gauche:200px; haut:200px;" >
<div id="rRightDown"> </div>
<div id="rLeftDown"> </div>
<div id="rRightUp"> </div>
<div id="rLeftUp"> </div>
<div id="rRight"> </div>
<div id="rLeft"> </div>
<div id="rUp"> </div>
<div id="rDown"></div>
</div>
<script>
var Sys = (fonction(ua){
var s = {} ;
s.IE = ua.match(/msie ([/d.]+)/)?true:false;
s.Firefox = ua.match(/firefox//([/d.]+)/)?true:false;
s.Chrome = ua.match(/chrome//([/d.]+)/)?true:false;
s.IE6 = (s.IE&&([/MSIE (/d)/.0/i.exec(navigator.userAgent)][0][1] == 6))?true:false;
s.IE7 = (s.IE&&([/MSIE (/d)/.0/i.exec(navigator.userAgent)][0][1] == 7))?true:false;
s.IE8 = (s.IE&&([/MSIE (/d)/.0/i.exec(navigator.userAgent)][0][1] == 8))?true:false;
retourner s ;
})(navigator.userAgent.toLowerCase());
var $ = fonction (identifiant) {
return document.getElementById(id);
} ;
var Css = fonction(e,o){
pour (var i dans o)
e.style[i] = o[i];
} ;
var Extend = fonction (destination, source) {
pour (propriété var dans la source) {
destination[propriété] = source[propriété];
}
} ;
var Bind = fonction (objet, amusant) {
var args = Array.prototype.slice.call(arguments).slice(2);
fonction de retour() {
return fun.apply(objet, args);
}
} ;
var BindAsEventListener = fonction (objet, amusant) {
var args = Array.prototype.slice.call(arguments).slice(2);
fonction de retour (événement) {
return fun.apply(object, [event || window.event].concat(args));
}
} ;
var StyleActuel = fonction (élément) {
return element.currentStyle || document.defaultView.getComputedStyle(élément, null);
} ;
fonction addListener(élément,e,fn){
element.addEventListener?element.addEventListener(e,fn,false):element.attachEvent("on" + e,fn);
} ;
fonction removeListener(element,e,fn){
element.removeEventListener?element.removeEventListener(e,fn,false):element.detachEvent("on" + e,fn)
} ;
var Classe = fonction (propriétés) {
var _class = function(){return (arguments[0] !== null && this.initialize && typeof(this.initialize) == 'function') ? this.initialize.apply(this, arguments) : this;};
_class.prototype = propriétés ;
retourner _classe ;
} ;
var Resize = nouvelle classe ({
initialiser : fonction(obj){
ceci.obj = obj;
this.resizeelm = null;
this.fun = null ; //记录触发什么事件的索引
this.original = []; //记录开始状态的数组
this.width = null ;
this.hauteur = null ;
this.fR = BindAsEventListener(this,this.resize);
this.fS = Bind(this,this.stop);
},
set : fonction (orme, direction) {
si(!elm)retour;
this.resizeelm = orme;
addListener(this.resizeelm,'mousedown',BindAsEventListener(this, this.start, this[direction]));
rends ceci ;
},
début : fonction(e,fun){
this.fun = amusant ;
this.original = [parseInt(CurrentStyle(this.obj).width),parseInt(CurrentStyle(this.obj).height),parseInt(CurrentStyle(this.obj).left),parseInt(CurrentStyle(this.obj). haut)];
this.width = (this.original[2]||0) + this.original[0];
this.hauteur = (this.original[3]||0) + this.original[1];
addListener(document,"mousemove",this.fR);
addListener(document,'mouseup',this.fS);
},
redimensionner : fonction(e){
this.fun(e);
Sys.IE?(this.resizeelm.onlosecapture=function(){this.fS()}):(this.resizeelm.onblur=function(){this.fS()})
},
arrêter : fonction(){
RemoveListener(document, "mousemove", this.fR);
RemoveListener(document, "mousemove", this.fS);
window.getSelection ? window.getSelection().removeAllRanges() : document.selection.empty();
},
en haut : fonction(e){
this.height>e.clientY?Css(this.obj,{top:e.clientY + "px",height:this.height-e.clientY + "px"}):this.turnDown(e);
},
vers le bas : fonction(e){
e.clientY>this.original[3]?Css(this.obj,{top:this.original[3]+'px',height:e.clientY-this.original[3]+'px'}) : this.turnUp(e);
},
à gauche : fonction(e){
e.clientX<this.width?Css(this.obj,{left:e.clientX +'px',width:this.width-e.clientX + "px"}):this.turnRight(e);
},
à droite : fonction(e){
e.clientX>this.original[2]?Css(this.obj,{left:this.original[2]+'px',width:e.clientX-this.original[2]+"px"}) : this.turnLeft(e) ;
},
gauche:fonction(e){
ceci.up(e);this.left(e);
},
gaucheDown:fonction(e){
ceci.left(e);this.down(e);
},
rightUp:fonction(e){
ceci.up(e);this.right(e);
},
rightDown:fonction(e){
ceci.droit(e);this.down(e);
},
turnDown : fonction(e){
Css(this.obj,{top:this.height+'px',height:e.clientY - this.height + 'px'});
},
turnUp : fonction(e){
Css(this.obj,{top : e.clientY +'px',height : this.original[3] - e.clientY +'px'});
},
tourner à droite : fonction(e){
Css(this.obj,{left:this.width+'px',width:e.clientX-this.width +'px'});
},
tourner à gauche : fonction(e){
Css(this.obj,{left:e.clientX +'px',width:this.original[2]-e.clientX+'px'});
}
});
window.onload = fonction(){
nouveau Redimensionner($('ss')).set($('rUp'),'up').set($('rDown'),'down').set($('rLeft'),'left' .set($('rRight'),'right').set($(' rLeftUp'),'leftUp').set($('rLeftDown'),'leftDown').set($('rRightDown'),'rightDown').set($('rRightUp'),'rightUp') ;
}
</script>
</corps>
</html>