IFrame透明背景

/* in the iframe element */
<iframe src="content.html" allowTransparency="true">
</iframe>

/* in the iframe docuement, in this case content.html */
body {
    background-color:transparent;    
}

posted on 2010-05-14 10:09  真阿当  阅读(89)  评论(0编辑  收藏  举报