好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

DIV局部遮罩在IE下的问题_html/css_WEB-ITnose

本帖最后由 cao441219746 于 2013-01-16 10:32:38 编辑

遮罩 absolute布局 IE 遮罩 absolute布局 IE

我要实现的效果是某个遮罩遮住单个DIV,在火狐,chrome下都有很好的支持,唯独IE下不行
我这里不能指定父IDV的高度,不知道哪位高人能指点一二
  	 		 		 Page Demos 	  .background { 	display: block; 	width: 100%; 	height: 100%; 	opacity: 0.1; 	filter: alpha(opacity=10); 	background:black; 	position: absolute; 	top: 0; 	left: 0; 	z-index: 2000; }   		

查看更多关于DIV局部遮罩在IE下的问题_html/css_WEB-ITnose的详细内容...

  阅读:34次