用firefox是可以的看到两个的,用IE6.0就不行了

解决方案 »

  1.   

    <style> 
    .test1{ 
    -moz-opacity:100; 
    filter:alpha(opacity=50); 
    border:1px solid red;
    display:block;
    width:210px;
    height:300px;
    } .test2{ } 
    </style> <div   id= "big1 "   class= "test1 "   style= "position:absolute; "> 
    <div   id= "small_one "   style= "top:100px;left:200px;position:absolute "   > 能看到吗一? </div> 
    </div> <div   id= "big2 "   class= "test2 "   style= "position:absolute; "> 
    <div   id= "small_one "   style= "top:200px;left:400px;position:absolute "   > 能看到吗二? </div> 
    </div> 在浏览器中看下这个你酒知道原因了