how to hide html elements in a box?

sclark46

New member
Im tying to learn how to make an image scroller.
I have so far a line of images with arrows that have javascript that scroll them left and right within a box. as in they don't go off out of the page.

but i can't for the life of me figure out how to put more images in there when the number of images will be bigger than the box. like if the box is 400px in width, i should still be able to add 20 images and they shouldn't go off of the page. what HTML or CSS thing do i need to do to get any number of elemnents to stay inside of a div when i have the width set and overflow to hidden?/

thanks!!!
 
Back
Top