http://fason.nease.net/library/css/css2gb.chm

解决方案 »

  1.   

    还有个棘手的问题,一并提了
    ----------------------------
    <table height="100%">
    <tr>
      <td id="myTD" height="100%"><iframe width="100%" src=""></td>
    </tr>
    </table>
    ----------------------------
    我想在表格的大小改变之后改变ifame的高度,让它的高度=myTD的高度
      

  2.   

    can't set iframe's property height="100%"
      

  3.   

    <iframe name="main" frameborder="0" scrolling="auto" width="100%" height="100%">
    好像又可以了,以前怎么不行,迷惑ing
      

  4.   

    要是不考虑效率的话.在单元格上绑一个onpropertychange事件,
    监控scrollHeight的改变,并调用
    event.srcElement.all(framename).height=event.srcElement.scrollHeight