Don't think you can use % for iframe height
"jquery iframe auto height". Doesn't work if the page being iframed is on a different domain though.
<iframe src ="http://www.msn.com/" style="width:100%;height:100%"></iframe>
I must be f*ing retarded today...I'm trying to set the height of an iframe to a percentage. I've tried everything I can think of, but it just displays at about 200px high.
WTF?
HTML:<iframe src ="http://www.msn.com/" width="100%" height="80%"></iframe>