Skip to content

Instantly share code, notes, and snippets.

@spolu
Created June 1, 2012 10:06
Show Gist options
  • Save spolu/2850924 to your computer and use it in GitHub Desktop.
Save spolu/2850924 to your computer and use it in GitHub Desktop.
<html>
<body>
<div style="height: 100px; border: 1px solid green;">
header
</div>
<div style="position: absolute; min-height: 100%; width: 100%; border: 1px solid yellow;">
<div style="position: absolute; width: 20%; height: 100%; border: 1px solid blue;">
video
</div>
<div style="position: absolute; width: 80%; left: 20%; height: 400px; overflow: scroll; border: 1px solid red;">
<div style="height: 2000px; background-color: #eee; width: 100%;">
track 1<br/>
track 2<br/>
track 3<br/>
track 4<br/>
</div>
</div>
</div>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment