Skip to content

Instantly share code, notes, and snippets.

@twopoint718
Created June 1, 2009 16:28
Show Gist options
  • Save twopoint718/121582 to your computer and use it in GitHub Desktop.
Save twopoint718/121582 to your computer and use it in GitHub Desktop.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head><title>Alignment Test</title>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
<style type="text/css">
.threequarters { position: absolute; left: 75%; border: solid 1px; }
</style>
</head>
<body>
<h1>Title</h1>
<div class="threequarters">This is way over on the side.</div>
<p>But this is back to normal.</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment