Created
June 1, 2012 10:06
-
-
Save spolu/2850924 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<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