I would like to have an IFRAME dynamically sized using the following CSS:
#myiframe { position: absolute; top: 0; bottom: 0; left: 0; rig
Why don't you use height & width? You'd still get an absolute position by setting top/bottom & left/right, as in the example below.
This works for me (Tested on IE9).