I have a container div with a max-width and a max-height. Inside the container div, there are lots of small divs that i need to scroll through horizontally.
I’ve hidden the y-overflow CSS and used the inline/inline-block and have had no luck.
Here’s the code:
I need the other small divs to show up in the parent div, in one line, horizontally.
any ideas?
Try adding
float: left;to your.date_pick_day_contclass.Example:
http://jsfiddle.net/BRmCk/6/