How can I scale the content of an iframe (in my example it is an HTML page, and is not a popup) in a page of my web site?
For example, I want to display the content
Kip's solution should work on Opera and Safari if you change the CSS to:
You might also want to specify overflow: hidden on #frame to prevent scrollbars.