Skip to content

Instantly share code, notes, and snippets.

@phiggins42
Created April 9, 2010 12:56
Show Gist options
  • Save phiggins42/361129 to your computer and use it in GitHub Desktop.
Save phiggins42/361129 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
#baz {
border:8px solid #ededed;
padding:20px;
background:#ccc;
width:600px;
position:absolute;
top:200px;
left:20px;
z-index:99999;
}
</style>
</head>
<body class="tundra">
<h3>FTL. Select some input text.</h3>
<div>
<!-- merton -->
<object width="660" height="405">
<param name="movie" value="http://www.youtube.com/v/JTwJetox_tU&hl=en_US&fs=1&border=1"></param>
<param name="allowFullScreen" value="true"></param>
<param name="allowscriptaccess" value="always"></param>
<param name="wmmode" value="transparent"></param>
<embed src="http://www.youtube.com/v/JTwJetox_tU&hl=en_US&fs=1&border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" wmmode="transparent" width="660" height="405"></embed>
</object>
<!-- an overlay -->
<div id="baz">
<label for="foo">E-Mail:</label>
<input id="foo" value="[email protected]" />
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment