|
发表于 2008 年 1 月 6 日 11:33:20
|
显示全部楼层
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="text/html; charset=gbk" http-equiv="Content-Type" />
<title>第七日,白说,要切JJ,于是,白便木有了JJ</title>
<style type="text/css">
* {
padding:0;
}
body {
text-align:center;
line-height:200%;
}
#main {
width:80%;
margin:100px auto 0;
}
#bai_face {
background:url(bai.gif) no-repeat;
width:50px;
height:50px;
left:20px;
position:absolute;
}
h1 {
display:block;
width:100%;
height:50px;
background:url(hitbai.gif) no-repeat;
text-align:center;
}
</style>
<script type="text/javascript">
var globals=null;
function pos(dom){
var t={
x:0,
y:0
}
while(dom!=null){
t.x +=dom.offsetLeft;
t.y +=dom.offsetTop;
dom=dom.offsetParent;
}
return t;
}
function baimujj(type,h_type,step,beginX,endX,beginY,endY,runStop){
var bai=document.getElementById('bai_face');
if(!step){
var p=document.getElementById('main');
var p_h=p.offsetHeight;
var p_w=p.offsetWidth;
var p_pos=pos(p);
bai.style.top= p_pos.y-50+'px';
bai.style.left=p_pos.x+'px';
type=0;
step=parseInt(p_w/110);
beginX=p_pos.x;
endX=p_pos.x+p_w;
beginY=p_pos.y-50;
endY=p_pos.y+p_h;
h_type=0;
bai.onclick=function(){
var n=this.hitbai?this.hitbai:this.getAttribute('hitbai');
if(!n) n=1;
else n++;
alert('第'+n+'次抽白');
this.setAttribute('hitbai','');
this.hitbai=n;
if(n>2){
document.getElementById('main').innerHTML='<h1>尼采:白死了...<'+'/'+'h2>';
document.title="Game Over...";
clearTimeout(globals);
}
}
}else{
var bai_pos=pos(bai);
if( (type==0 && bai_pos.x>=endX) || (type==1 && bai_pos.x<=beginX) ) {
type=1-type;
if((h_type==1 && bai_pos.y<=beginY) || (h_type==0 && bai_pos.y>=endY)) h_type=1-h_type;
bai.style.top=bai_pos.y+(h_type==0?50:-50)+'px';
}
bai.style.left=bai_pos.x + (type==0?step:-step)+'px';
}
globals=setTimeout(function(){
baimujj(type,h_type,step,beginX,endX,beginY,endY);
},30);
}
window.onload=function(){
baimujj();
}
</script>
</head>
<body>
<div id="main">
心雨动网新论坛 <a href="http://xydw.net/bbs">http://xydw.net/bbs</a><br />心雨动网全版本下载 <a href="http://xydw.free.fr/cms">http://xydw.free.fr/cms</a><br />暂时不提供Dezend和UTF-8的1.14版本下载<br /><div id="bai_face"></div>QQ: 2773**664<br />信箱: LuckyMouse@qq.com<br />一个高尚的白,一个纯粹的白,一个脱离了JJ的白-----那才系一个真正的白。。
</div>
</body>
</html> |
|