html - Horizontal scroll-bar with unknown number of child-elements and a fixed-width parent -


to clarify title:

i have div, has child-elements unknown fixed-width (i used bootstrap mobile-friendly users) , want these child-elements in container can scroll horizontally.

found similair: http://jsfiddle.net/kh5k7/1/

the problem is, parent has assigned width (320px), while mine might change.

of course know giving width of 1000000px, nothing not fit in it, user-friendly , working 'fluidly'

use width:100%; parent div

demo here


Comments

Popular posts from this blog

c# - SharpDX Toolkit models rendering inside out -

c# - ajax - How to receive data both html and json from server? -