2011-03-07 49 views

回答

0

这里是另一种方式,下面的代码保存为.html和然后在浏览器尝试:

<div style="position:relative"> 
    <div style="width:300px;height:300px;position:absolute;left:0;top:0;z-index:1;"><br /><br /><br />World~~~~~</div> 
    <div style="width:300px;height:300px;position:absolute;left:0;top:0">Hello (put your iframe here, you could not select the text in this DIV)</div> 
</div>