Iframe

Материал из GutenWeb Wiki

Перейти к: навигация, поиск
<!-- хак для исчезновения селектов в попапе (ие6) -->
<!--[if lte IE 6]><iframe></iframe><![endif]-->


.popup iframe
 {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
	width:700px;/*must have for any big value*/
	height:800px;/*must have for any big value*/
	z-index:-1;
	background:red;
}


Источник — «http://www.gutenweb.ru/wiki/Iframe»