Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
<html>
<head>
    <!-- SO Q:8350011 -->
    <title>Styling iFrames in stylish test</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <style type="text/css">
        #idFrameWrap {
            height: 30em;
            padding: 1em;
            width: 95%;
        }
        iframe {
            height: 100%;
            width: 100%;
        }
    </style>
</head>
<body>
<p>I be the main page.</p>
<div id="idFrameWrap">iFrame follows:<br>
    <iframe src="http://www.drudgereport.com/"></iframe>
</div>
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers