I am trying to create a scrollable horizontal list using iscroll. The list seems to work pretty fine. The problem i am facing is that, there is some space between each li items. I tried everything i know. But i just cant remove the space between those li items.
Please check the demo below
Demo
I am trying to create a scrollable horizontal list using iscroll. The list seems
Share
Remove
display: inline-block;and usefloat:left;http://jsbin.com/uzucev/6/edit
Hope this will help