I’m trying to create a div with a fixed size that contains images only. I’d like them to be the height of the div, display inline, and scroll through them horizontally. I’m having trouble making this work. I’d to do this as simply as possible. What am I missing?
Share
You would need
white-space: nowrapon the element withoverflowin order to tell it that it shouldn’t treat separate images as word-wrappable.