young_choi 发表于 2013-2-7 15:12:12

iframe 透明

parent.html
 
<iframe id="frame1" SRC="child.html" allowTransparency="true"></iframe > 
 
child.html
 
<body style="background-color:transparent" ></body> 
页: [1]
查看完整版本: iframe 透明