存档

文章标签 ‘自适应高度’

iframe自适应高度

2009年10月17日 没有评论

解决iframe自适应高度的办法很多中,这一个我认为是最简便的,呵呵:

<iframe src="http://www.joymood.cn/" frameBorder="0"   width="100%" scrolling="no" allowTransparency="true" name="main" onload="this.height=main.document.body.scrollHeight"></iframe>
分类: web前端 标签: ,