how do i make an iframe like themeforest.com using javascript and iframe dom element.
here is the site reference. look at the top black line. and the whole website is loaded under it.
http://themeforest.net/item/focus-simple-one-page-template-2/full_screen_preview/236868
If you are looking to have an
iframethat fills an entire webpage, you can just simply set the width and height of theiframeelement to 100% withCSS.Here is some example code demonstrating this idea:
HTML
CSS
A working example of this code is located at this JSFiddle: http://jsfiddle.net/mq4Rf/7/.