Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

horizontal scroll css images

.scrolls {
    overflow-x: scroll;
    overflow-y: hidden;
    height: 80px;
    white-space:nowrap;
}
.imageDiv img {
    box-shadow: 1px 1px 10px #999;
    margin: 2px;
    max-height: 50px;
    cursor: pointer;
    display:inline-block;
    *display:inline;/* For IE7*/
    *zoom:1;/* For IE7*/
    vertical-align:top;
 }
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #horizontal #scroll #css #images
ADD COMMENT
Topic
Name
2+4 =