Skip to content

Instantly share code, notes, and snippets.

@tiborsaas
Created February 1, 2013 12:48
Show Gist options
  • Save tiborsaas/4691105 to your computer and use it in GitHub Desktop.
Save tiborsaas/4691105 to your computer and use it in GitHub Desktop.
CSS Based touch slider
/**
* CSS Based touch slider
*/
#slider{
width: 300px;
height: 40px;
border: 1px solid #999;
margin: auto;
margin-top: 100px;
overflow: hidden;
-webkit-overflow-scrolling: touch;
}
#track{
width: 200%;
height: 40px;
background: #eee;
}
<div id="slider">
<div id="track">test test test test</div>
</div>
// alert('Hello world!');
{"view":"split-vertical","fontsize":"80","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment