<div id="FloatDIV" style="top:0px;left:0px;position: absolute;top: 0px; border-right: activeborder 0px solid;
border-top: activeborder 0px solid; border-left: activeborder 0px solid; border-bottom: activeborder 0px solid;">
<a href="Recruitment_hot.php"><img id="imgs" src="img/gg.jpg" alt="迪普科技" /></a>
<div style="float:left; cursor:pointer; font-size:-1 " onclick="hide()">關(guān)閉</div>
</div>
<script language="javascript" type="text/javascript">
var MarginLeft = 5; //浮動(dòng)層離瀏覽器右側(cè)的距離
var MarginTop = 120; //浮動(dòng)層離瀏覽器頂部的距離
var Width = 120; //浮動(dòng)層寬度
var Heigth= 45; //浮動(dòng)層高度
//設(shè)置浮動(dòng)層寬、高
function Set()
{
document.getElementById("FloatDIV").style.width = document.getElementById("imgs").style.width;
document.getElementById("FloatDIV").style.height = document.getElementById("imgs").style.width;
}
//實(shí)時(shí)設(shè)置浮動(dòng)層的位置
function Move()
{
if($.browser.webkit){
document.getElementById("FloatDIV").style.top = document.body.scrollTop + MarginTop + "px";
document.getElementById("FloatDIV").style.left = document.body.clientWidth - Width - MarginLeft + "px";
}else{
document.getElementById("FloatDIV").style.top = document.documentElement.scrollTop + MarginTop + "px";
document.getElementById("FloatDIV").style.left = document.documentElement.clientWidth - Width - MarginLeft + "px";
}
setTimeout("Move();",100);
}
function hide(){
document.getElementById("FloatDIV").style.display="none";
}
Set();
Move();
</script>
本站僅提供存儲(chǔ)服務(wù),所有內(nèi)容均由用戶發(fā)布,如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請
點(diǎn)擊舉報(bào)。