Iframe height 100%

I am using iframes for a site that I am doing. I am trying to make the Iframe fill in the browser= height 100% just like http://www.flashlevel.net. I have it working only in IE not safari and Firefox.

here is what I have

<iframe src=test.htm" frameborder="no" width="600" height="100%" scrolling="auto" name="bottom"><font face="Verdana, Arial, Helvetica, sans-serif" size="1"><font face="Verdana, Arial, Helvetica, sans-serif" size="1">Sorry your browser does not support Iframes. In order to view it properly please update your browser. We recommend <a href="http://www.microsoft.com/downloads/searchdl.asp?" target="_blank">IE 5+</a> for both Mac and PC. Thanks!</font></font></iframe>

Thanks guys!!