代码如下:
<iframe  height="100%" src="phpfile/get_short_book_comment.php" scrolling="no" style="overflow:visible"> </iframe>
实际运行是一个带滚动条的框架,我想取消滚动条,让框架自动扩大显示后台PHP文件的所有内容,该怎么做?是不是iframe标签根本就没有overflow:visible属性?