Skip to content

Instantly share code, notes, and snippets.

@petemill
Created November 13, 2012 15:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save petemill/4066319 to your computer and use it in GitHub Desktop.
Save petemill/4066319 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
#consuming {position:fixed;background:red;border:solid 10px blue;left:100px;right:0;top:0;bottom:0}
#consuming iframe {width:100%;height:100%;}
<!-- content to be placed inside <body>…</body> -->
<div id="consuming">
<iframe src="http://www.google.com"></iframe>
<h1>I am inside consuming</h1>
</div>
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"result"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment