日期:2014-05-17 浏览次数:20548 次
<div style="position: absolute; width: 100px; height: 100px; z-index: 1; left: 100; top: 100" id="layer1"> </div>
------解决方案--------------------
<body> <div style="position:absolute; top:100px; left:100px; border:1px solid #ff0; z-index:10000; height:300px; width:300px;"> <div style="position:relative; top:20px; left:20px; border: 1px solid #0ff; float:left; width:50px; height:50px;"></div> <div style="position:relative; top:20px; left:20px; border: 1px solid #0ff; float:left; width:50px; height:50px;"></div> </div> </body>