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# - Binding a comma separated list to a List<int> in asp.net web api -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -