大家给看一下Iframe 在DIV中的高度问题!
<div runat="server" id="divTree1" style="width:100%;height:100%;overflow:auto;padding:0px;margin:0px;">
<Iframe src="test.htm" width="100%" height="100%" scrolling="no" frameborder="0"> </iframe>
</div>
<div runat="server" id="divTree1" style="width:100%;height:100%;overflow:auto;padding:0px;margin:0px;">
<Iframe src="test.htm" width="250px" height="500px" scrolling="no" frameborder="0"> </iframe>
</div>
为什么我不能用百分比不能填冲100%的高度