I would like to have an IFRAME dynamically sized using the following CSS:
#myiframe { position: absolute; top: 0; bottom: 0; left: 0; rig
html,body { margin:0; padding:0; height:100%; min-height:100%; } #myiframe { width:100%; height:100%; border:0; }
work fine for me even with IE7.