gpt4 book ai didi

html - jQuery Mobile ScrollView 仅适用于垂直滚动

转载 作者:太空宇宙 更新时间:2023-11-04 13:23:42 25 4
gpt4 key购买 nike

快速浏览一下,SO 上似乎有一些关于缺乏垂直滚动的问题。我的问题正好相反,我有垂直滚动但没有水平滚动。这是有问题的页面:

http://bgmobile.sytes.net/dogs/threegenpedigree/1

我一定是错过了一些基本的东西……但我的 JS/CSS-Fu 并不强大。

编辑:我刚刚在 scrollview.js 中注意到它添加了值为“y”的数据滚动属性。我已将其更改为“true”,但仍然无法解决。在检查默认值后,我还从 scrollview() 调用中删除了 opts 参数,但它仍然只在垂直方向上滚动。

最佳答案

这是风格问题添加如下CSS

     .containerstyle{

}
.containerstyle > .ui-scrollview-view {
width: 1300px;/*specify the width you want ,
put a larger value than your screen resolution*/
}

然后如下修改div的代码

      <div data-scroll="true" class="containerstyle"></div>

希望这对您有所帮助。

关于html - jQuery Mobile ScrollView 仅适用于垂直滚动,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12556742/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com