Skip to content

Instantly share code, notes, and snippets.

@drublic
Created March 12, 2013 20:35
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 drublic/5146773 to your computer and use it in GitHub Desktop.
Save drublic/5146773 to your computer and use it in GitHub Desktop.
Fixed content and YouToube iframe in WebKit
/**
* Fixed content and YouToube iframe in WebKit
*/
.fixed {
position: fixed;
top: 0;
left: 0;
right: 0;
background: #ddd;
font-size: 2em;
}
html {
height: 4000px;
}
<div class="fixed">
Fixed content
</div>
<iframe width="560" height="200" src="http://www.youtube.com/embed/Ku8grgTo0-k?wmode=transparent" frameborder="0" allowfullscreen></iframe>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment