全屏屏蔽、自动居中的lightBox
最近网上搜索了一个比较不错 <全屏屏蔽、自动居中的lightBox> 代码如下: 代码 <! 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=utf-8" /> < title > 全屏屏蔽、自动居中的lightBox </ title > < style type ="text/css" > * { margin : 0 ; padding : 0 ; } html, body { height : 100% ; overflow : hidden ; font : 12px/1.5 simsun ; } .myPage { overflow : auto ; width : 100% ; height : 100% ; } .lightBox, .popupCover, .popupIframe, .popupComponent { position :