javascript - Cannot scroll horizontally with iScroll -



javascript - Cannot scroll horizontally with iScroll -

i want scroll horizontally inner divs in next html:

<div id="outer"> <div id="inner"> <div class="cell"> cell 1 </div> <div class="cell"> cell 2 </div> <div class="cell"> cell 3 </div> </div> </div>

im using iscroll this. however, im not able scroll, though scrollstart event triggered seek scroll. jsfiddle here. ideas?

you can without using iscroll.

in css, alter #outer overflow value "scroll" below

#outer{ ... overflow:scroll; }

javascript iscroll

Comments

Popular posts from this blog

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -