Skip to content

Instantly share code, notes, and snippets.

@hampelm
Created September 12, 2011 22:44
Show Gist options
  • Save hampelm/1212691 to your computer and use it in GitHub Desktop.
Save hampelm/1212691 to your computer and use it in GitHub Desktop.
.car {
width:100px;
height:100em; //or whatever
float:left;
position:relative;
}
.appointment {
background:#eee;
position:absolute;
top: (calculated from start)
height: (calculated from end time)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment