Skip to content

Instantly share code, notes, and snippets.

@codingpains
Created October 26, 2010 22:43
Show Gist options
  • Save codingpains/648004 to your computer and use it in GitHub Desktop.
Save codingpains/648004 to your computer and use it in GitHub Desktop.
Proper overlay html
<div class='unit overlay'>
<iframe class='overlay-iframe'></iframe>
<div class='unit overlay-background'></div>
<div class='unit overlay-container'>
<div class='wrapper'>
<div class='contents'>
<p>This is some random content</p>
</div>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment