Is there a way to load a src url –say wikipedia.com –into a 320×240 iframe without the html reformatting itself to fit the bounds of the small iframe. I want it to be the same size format it would be in a 1024×768 window, but only see a portion of it through the iframe window. The goal is to make it look like you are viewing a portion of a larger website through a tiny window.
Thanks,
Dan
You can create a 1024×768
<iframe>inside a 320×240<div>withoverflow: scroll.