div实现遮罩层效果( div弹出层,后面变色不可编辑转)
转自: http://forlab.iteye.com/blog/1767843 <! 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=gb2312" /> < title > Jquery遮罩层 </ title > < style type ="text/css" > #BgDiv { background-color : #e3e3e3 ; position : absolute ; z-index : 99 ; left : 0 ; top : 0 ; display : none ; width : 100% ; height : 100% ; opacity : 0.5 ; filter : alpha(opacity=50) ; -moz-opacity : 0.5 ; } #DialogDiv { position : absolute ;