Created
October 26, 2010 22:43
-
-
Save codingpains/648004 to your computer and use it in GitHub Desktop.
Proper overlay html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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