本人新手寫點代碼有點村,希望大家多多包含!!!!!! 
復制代碼 代碼如下:
 
<html> 
<head> 
<title>js彈窗效果</title> 
<meta http-equiv="content-type" content="text/html charset=gb2312"> 
<script language="javascript" src="jquery-1.4.js"></script> 
</head> 
<script language="javascript"> 
//document.body.offsetWidth="512px"; 
function mina(){ 
$("#dv").css("display","block"); 
var a = $(document).height(); 
var b = $(window).width(); 
var h =$(window).height(); 
f = (b-300)/2; 
d =(h-300)/2; 
$("#dv").css("margin-top",d); 
$("#dv").css("margin-left",f); 
$("#zhezhao").toggle(); 
$("#zhezhao").css("width",b); 
$("#zhezhao").css("height",a); 
} 
function nin(){ 
$("#dv").css("display","none"); 
$("#zhezhao").toggle(); 
} 
</script> 
<body> 
<div></div> 
<input type="button" value="點擊"> 
<div> 
<div><spanstyle="width:30px;height:30px;border:1px solid blue;background:black;float:right;"></span></div> 
</div> 
<table> 
<tr> 
<td>haha</td> 
</tr> 
</table> 
</body> 
</html> 
新聞熱點
疑難解答
圖片精選