2011-03-07 46 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>