Horizontal scrollable area
Permalink
Hi,
I d like to create a block that include 10 thumbs of 190 px on one line. On the page it will show 4 images and i ll have to horizontally scroll to see the others.
I have created a content block where i have added my pictures, but how can I setup this block to display all the content on the same line ?
I also added this code in the css area for the horizontal scrollbar :
max-height: 215px;
over-flow: auto;
overflow-x: scroll;
overflow-y: hidden;
any advices to obtain what I want ?
THANKS
I d like to create a block that include 10 thumbs of 190 px on one line. On the page it will show 4 images and i ll have to horizontally scroll to see the others.
I have created a content block where i have added my pictures, but how can I setup this block to display all the content on the same line ?
I also added this code in the css area for the horizontal scrollbar :
max-height: 215px;
over-flow: auto;
overflow-x: scroll;
overflow-y: hidden;
any advices to obtain what I want ?
THANKS