代码如下:
<!doctype html public -//w3c//dtd xhtml 1.0 transitional//en http://www.w3.org/tr/xhtml1/dtd/xhtml1-transitional.dtd>
<html xmlns=http://www.w3.org/1999/xhtml>
<head>
<meta http-equiv=content-type content="text/html; charset=gbk"'fade');
light.style.display='block';
fade.style.display='block';
}
function hide(tag){
var light=document.getelementbyid(tag);
var fade=document.getelementbyid('fade');
light.style.display='none';
fade.style.display='none';
}
</script>
</head>
<body>
<a href=javascript:void(0) onclick=show('light')>打开1</a>
<a href=javascript:void(0) onclick=show('light2')>打开2</a>
<div id=light class=white_content>
<div class=close><a href=javascript:void(0) onclick=hide('light')> 关闭</a></div>
<div class=con>
内容1 内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容
</div>
</div>
<div id=light2 class=white_content>
<div class=close><a href=javascript:void(0) onclick=hide('light2')> 关闭</a></div>
<div class=con>
内容2
</div>
</div>
<div id=fade class=black_overlay></div>
</body>
</html>
代码全在上面了,可以复制试试...弹出层的大小可以设置,也可以比例化