Skip to content

Instantly share code, notes, and snippets.

@fredchu
Created June 27, 2014 17:21
Show Gist options
  • Save fredchu/fed35089484a9174a8d7 to your computer and use it in GitHub Desktop.
Save fredchu/fed35089484a9174a8d7 to your computer and use it in GitHub Desktop.
Horizontal scroll
.scrolls {
overflow-x: scroll;
overflow-y: hidden;
height: 80px;
white-space: nowrap;
}
.imageDiv img {
display: inline-block;
*display:inline;/* For IE7*/
*zoom: 1;/* For IE7*/
vertical-align: top;
}
/* ref: http://stackoverflow.com/questions/9925754/css-horizontal-scroll */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment