JSCode
LoginResult JavaScript HTML CSS ALL Edit Share
$("#result").text(isOverlap("one","two") "," isOverlap("one"," 3") "," isOverlap("two","three"));
function isOverlap(idOne,idTwo){
var objOne=$("#" idOne),
objTwo=$("#" idTwo),
offsetOne = objOne.offset(),
offsetTwo = objTwo.offset()、
topOne=offsetOne.top、
topTwo=offsetTwo.top、
leftOne=offsetOne.left、
leftTwo=offsetTwo.left、
widthOne = objOne.width()、
widthTwo = objTwo.width()、
heightOne = objOne.height()、
heightTwo = objTwo.height();
var leftTop = leftTwo >左 1 && 左 2 < leftOne widthOne
&& topTwo >トップ 1 && トップ 2 < topOne heightOne、
rightTop = leftTwo widthTwo > leftOne && leftTwo widthTwo <; leftOne widthOne
&& topTwo >トップ 1 && トップ 2 < topOne heightOne、
leftBottom = leftTwo >左 1 && 左 2 < left1 widthOne
&& topTwo heightTwo >トップ 1 && トップ 2 高さ 2 < topOne heightOne、
rightBottom = leftTwo widthTwo > leftOne && leftTwo widthTwo <; left1 widthOne
&& topTwo heightTwo >トップ 1 && トップ 2 高さ 2 <トップ 1 高さ 1;
左に戻るトップ ||右上 ||左下 ||右下;
}
One
Two
Three
div{
width:200px;
高さ:200ピクセル;
背景:#EEE;
}
#two{
位置:絶対;
左:100ピクセル;
トップ:50ピクセル;
背景:#F60;
}
ダウンロード
JSCode デモ One
Two
Three